export declare const objectFilter: (filterFn?: (val: any, key: string, obj: any) => boolean) => (obj?: any) => { [k: string]: unknown; };