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