export type Omit1 = Omit; export type Omit2 = { [L in K]?: never; }; export type PickGroupsOption = "defined" | "optional" | "readonly" | "required" | "undefined" | "writable"; //# sourceMappingURL=object.internal.d.ts.map