declare const cloneDeep: (val: any, instanceClone?: Function | undefined) => any; export declare const cloneObjectDeep: (obj: any, instanceClone?: Function | undefined) => any; export declare const cloneArrayDeep: (arr: any[], instanceClone?: Function | undefined) => any[]; export default cloneDeep;