import type { OptionalKeys_ } from '../../index.js'; export type OmitOptional_ = Omit>; export type OmitOptional = OmitOptional_; export type $OmitOptional_ = O extends any ? OmitOptional_ : never; export type $OmitOptional = $OmitOptional_; //# sourceMappingURL=OmitOptional.d.ts.map