declare function identity<T>(val: T): T;

export = identity;
