/** * This method is like `clone` except that it recursively clones `value`. * * Contribution to minified bundle size, when it is the only function imported: * - Lodash: 12,289 bytes * - Micro-dash: 397 bytes */ export declare function cloneDeep(value: T): T;