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