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