export declare function deepCopy(value: any, maxDepth: number): any;
