/** Returns a shallowly cloned object with the provided keys omitted */ export declare const omit: (obj: Obj, keys: Keys[]) => Omit; //# sourceMappingURL=omit.d.ts.map