import * as T from "../../../../Effect/index.js"; import type * as C from "../core.js"; /** * Statefully and effectfully maps over the elements of this stream to produce all * intermediate results. * * See also `Stream#scanEffect`. */ export declare function scanReduceEffect_(self: C.Stream, f: (a1: A1, a: A) => T.Effect): C.Stream; /** * Statefully and effectfully maps over the elements of this stream to produce all * intermediate results. * * See also `Stream#scanEffect`. * * @ets_data_first scanReduceEffect_ */ export declare function scanReduceEffect(f: (a1: A1, a: A) => T.Effect): (self: C.Stream) => C.Stream; //# sourceMappingURL=scanReduceEffect.d.ts.map