export default function filterObject(obj: Record<string, any>, fn: (val: any, key: any) => boolean): any;
