export declare const omitBy: (obj: T & { [key: string]: any; }, checker: (arg: any) => boolean) => T & { [key: string]: any; };