/**
 * return the input value
 * @param x
 */
declare const identity: (x: any) => any;
export default identity;
