import { Chunk } from "@tsplus/stdlib/collections/Chunk/definition"; import type * as P from "@tsplus/stdlib/prelude/ReduceWithIndex"; /** * @tsplus static Chunk.Ops ReduceWithIndex * @tsplus location "@tsplus/stdlib/collections/Chunk/instances/ReduceWithIndex" */ export declare const ReduceWithIndex: P.ReduceWithIndex; //# sourceMappingURL=ReduceWithIndex.d.ts.map