/**
 * Return same value
 * @description
 * Function that returns provided value
 * @category Function
 */
export declare function identity<T>(value: T): T;
//# sourceMappingURL=identity.d.ts.map