/** * Returns the first argument it receives. * Useful as default value for some "mapper" options. * @param value Value that will be returned. * @returns First argument. */ export declare function identity(value: T): T;