export declare function noop(): void; export declare function identity(x: T): T; export declare function not(x: false): true; export declare function not(x: true): false; export declare function not(x: boolean): boolean; export declare function notf boolean>(f: TFunction): TFunction; //# sourceMappingURL=basic.d.ts.map