export declare function omit(obj: T, ...values: (keyof T)[]): Partial;