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