import * as T from "../../../../Effect/index.js"; import * as O from "../../../../Option/index.js"; import type * as C from "../core.js"; /** * Effectfully transforms all elements of the stream for as long as the specified partial function is defined. */ export declare function collectWhileEffect_(self: C.Stream, pf: (a: A) => O.Option>): C.Stream; /** * Effectfully transforms all elements of the stream for as long as the specified partial function is defined. * * @ets_data_first collectWhileEffect_ */ export declare function collectWhileEffect(pf: (a: A) => O.Option>): (self: C.Stream) => C.Stream; //# sourceMappingURL=collectWhileEffect.d.ts.map