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