/** * 深克隆 * @param {*} obj * @returns */ export declare function deepClone(obj: T, hash?: WeakMap): T;