export declare function omitBy(obj: any, callbackFun: (value: any) => boolean): any;