export declare const deepClone: (obj: any, cache?: WeakMap) => any;
