export type VerboseOmit<T, K extends keyof any> = Pick<T, Exclude<keyof T, K>>;
//# sourceMappingURL=types.d.ts.map