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