/**
 * klona/json - MIT License
 *
 * https://github.com/lukeed/klona/blob/master/license
 */
export declare function klona<T>(val: T): T;
