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