/** * 深拷贝 * @param data */ export declare const deepClone: (data: Array) => any;