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