/** * Creates a shallow clone of `value`. * * Contribution to minified bundle size, when it is the only function imported: * - Lodash: 12,289 bytes * - Micro-dash: 90 bytes */ export declare function clone(value: T): T;