import type { Effect } from "../../../../Effect/effect.js"; import * as Tp from "../../Tuple/index.js"; import * as Chunk from "../core.js"; /** * Statefully and effectfully maps over the elements of this chunk to produce * new elements. */ export declare function mapAccumEffect_(self: Chunk.Chunk, s: S, f: (s: S, a: A) => Effect>): Effect]>>; /** * Statefully and effectfully maps over the elements of this chunk to produce * new elements. * * @ets_data_first mapAccumEffect_ */ export declare function mapAccumEffect(s: S, f: (s: S, a: A) => Effect>): (self: Chunk.Chunk) => Effect]>>; //# sourceMappingURL=mapAccumEffect.d.ts.map