export declare function omit<O extends object, K extends keyof O>(obj: O, keys: K[]): Omit<O, K>;
//# sourceMappingURL=omit.d.ts.map