export declare function deepClone<T>(value: T): any;
