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