import { Mapper } from './mapper';
export declare function identity<T>(): Mapper<T, T>;
//# sourceMappingURL=identity.d.ts.map