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