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