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