export declare function identity<T>(x: T): T;
export declare function noop(): void;
