export type ExtendsOrOmit<Left, Right, Keys extends keyof any, Type> = Left extends Right ? Type : Omit<Type, Keys>;
//# sourceMappingURL=ExtendsOrOmit.d.ts.map