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