export declare const omit: , TKeys extends keyof TObject>(keys: TKeys[], object: TObject) => Omit;