export declare function deepCopy(obj: T): T; export declare const unproxy: typeof deepCopy;