/** 深克隆 */ export declare function cloneDeep(obj: any, hash?: WeakMap): any;