export type AssertTrue<_T extends true> = any; export type AssertFalse<_T extends false> = any;