import { HashMap } from "@tsplus/stdlib/collections/HashMap/definition"; /** * Applies the specified function to the values of the `HashMap`. * @tsplus static HashMap.Aspects forEach * @tsplus pipeable HashMap forEach * @tsplus location "@tsplus/stdlib/collections/HashMap/operations/forEach" */ export declare function forEach(f: (v: V) => void): (self: import("../definition").HashMap) => void; //# sourceMappingURL=forEach.d.ts.map