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