import type * as T from "../../../../Effect/index.js"; import type * as M from "../../../../Managed/index.js"; import type * as C from "../core.js"; /** * Executes an effectful fold over the stream of values. * Returns a Managed value that represents the scope of the stream. */ export declare function runReduceManagedEffect_(self: C.Stream, s: S, f: (s: S, a: A) => T.Effect): M.Managed; /** * Executes an effectful fold over the stream of values. * Returns a Managed value that represents the scope of the stream. * * @ets_data_first runReduceManagedEffect_ */ export declare function runReduceManagedEffect(s: S, f: (s: S, a: A) => T.Effect): (self: C.Stream) => M.Managed; //# sourceMappingURL=runReduceManagedEffect.d.ts.map