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