declare function copy(target: any, customizer: any): any; declare function copyCollection(target: any, customizer: any): any; declare function copyValue(target: any): any; declare var _copy: { copy: typeof copy; copyCollection: typeof copyCollection; copyValue: typeof copyValue; }; export { _copy };