import { FunctionReturning } from "./internal"; export declare const filterObject: (iterable: T, iteratee: FunctionReturning) => T;