export declare type Or = BOOL_A extends true ? true : BOOL_B extends true ? true : false;