export declare function identity<A>(value: A): A;
