export declare function omitBy, TKey extends keyof T>(object: T, predicate: (value: T[TKey], key: TKey) => boolean): Partial; export default omitBy;