declare function omit(obj: Object, ...keys: Key[]): Omit; export { omit };