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