import { ImmutableMap } from "@tsplus/stdlib/collections/ImmutableMap/definition"; /** * Reduces the specified state over the entries of the `ImmutableMap`. * @tsplus static ImmutableMap.Aspects reduceWithIndex * @tsplus pipeable ImmutableMap reduceWithIndex * @tsplus location "@tsplus/stdlib/collections/ImmutableMap/reduceWithIndex" */ export declare function reduceWithIndex(z: Z, f: (z: Z, k: K, v: V) => Z): (self: ImmutableMap) => Z; //# sourceMappingURL=reduceWithIndex.d.ts.map