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