export declare function omitBy(obj: T, predicate: (value: any) => boolean): Partial;