import { HasNullOrMore, RemoveNull } from "../null"; import { ExactlyBooleanArray } from "./exactlyBooleanArray"; export type ExactlyBooleanArrayOrNull = ExactlyBooleanArray> & HasNullOrMore; //# sourceMappingURL=exactlyBooleanArrayOrNull.d.ts.map