/** * delete keys from object */ export declare function omit, K extends keyof T>(obj: T, keys: Array): Omit;