import { Chunk } from "@tsplus/stdlib/collections/Chunk/definition"; /** * Folds over the elements in this chunk from the right. * @tsplus static Chunk.Aspects reduceRightWithIndex * @tsplus pipeable Chunk reduceRightWithIndex * @tsplus location "@tsplus/stdlib/collections/Chunk/operations/reduceRightWithIndex" */ export declare function reduceRightWithIndex(s: S, f: (index: number, a: A, s: S) => S): (self: Chunk) => S; //# sourceMappingURL=reduceRightWithIndex.d.ts.map