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