export declare const omit: (object: T, keys: K[]) => Omit; export default omit; //# sourceMappingURL=omit.d.ts.map