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