export declare const Keys: >(obj: T) => (keyof T)[]; export declare function omit, K extends keyof T>(obj: T, fields: K[]): Omit;