/** * Returns the first argument it receives. */ export declare function identityFunc(x: T): T;