import type { Effect } from "../../../../Effect/effect.js";
import type * as Chunk from "../core.js";
/**
* Folds over the elements in this chunk from the left.
*/
export declare function reduceEffect_(self: Chunk.Chunk, s: S, f: (s: S, a: A) => Effect): Effect;
/**
* Folds over the elements in this chunk from the left.
*
* @ets_data_first reduceEffect_
*/
export declare function reduceEffect(s: S, f: (s: S, a: A) => Effect): (self: Chunk.Chunk) => Effect;
//# sourceMappingURL=reduceEffect.d.ts.map