export declare type Not = BOOL extends false ? true : BOOL extends true ? false : never;