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