/**
 * Returns the first argument provided to it.
 */
declare function identity(val: any): any;
export default identity;
