import type { Predicate } from "@thi.ng/api"; export declare function filter(pred: Predicate, input: Iterable): Generator; //# sourceMappingURL=filter.d.ts.map