export declare const omit: (obj: T, ...fields: K[]) => Partial;