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