import { DisableNever } from "../never"; import { HasNullOrMore, RemoveNull } from "../null"; import { ExactlyBoolean } from "./exactlyBoolean"; export type ExactlyBooleanOrNull = DisableNever & ExactlyBoolean> & HasNullOrMore; //# sourceMappingURL=exactlyBooleanOrNull.d.ts.map