/** * This method returns the first argument it receives. * * Contribution to minified bundle size, when it is the only function imported: * - Lodash: 41 bytes * - Micro-dash: 23 bytes */ export declare function identity(value: T): T;