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