type Omitter = (obj: OBJECT, ...keys: KEYS) => Omit; export declare const omit: Omitter; export {};