/**
 * @see https://unpkg.com/lodash@4.17.21/identity.js
 */
declare function identity<T>(value: T): T;

export { identity as default, identity };
