export type RequireAtLeastOne = Pick> & { [K in Keys]-?: Required> & Partial>>; }[Keys]; //# sourceMappingURL=RequireAtLeastOne.d.ts.map