import { Invert } from "../invert"; type UnionDisabler = Invert; export type DisableUnion = UnionDisabler; export {}; //# sourceMappingURL=disableUnion.d.ts.map