export type Identity_F = <T>(value: T) => T;
export declare const identity: Identity_F;
//# sourceMappingURL=identity.d.ts.map