import { $Shape } from '../../../types' type FilterObj2 = boolean>( fn: Fn, obj: Obj, ) => $Shape type FilterObjCur = boolean>( fn: Fn, ) => (_: Obj) => $Shape type FilterObj = FilterObj2 & FilterObjCur declare function filterObj(): FilterObj export default filterObj