import type * as O from "../../../../Option/index.js"; import type * as C from "../core.js"; /** * Performs a filter and map in a single step. */ export declare function collect_(self: C.Stream, f: (a: A) => O.Option): C.Stream; /** * Performs a filter and map in a single step. * * @ets_data_first collect_ */ export declare function collect(f: (a: A) => O.Option): (self: C.Stream) => C.Stream; //# sourceMappingURL=collect.d.ts.map