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