import { ImmutableMap } from "@tsplus/stdlib/collections/ImmutableMap/definition"; /** * Transforms the values of the map using the specified function. * @tsplus static ImmutableMap.Aspects map * @tsplus pipeable ImmutableMap map * @tsplus location "@tsplus/stdlib/collections/ImmutableMap/map" */ export declare function map(f: (value: V) => B): (self: import("./definition").ImmutableMap) => import("./definition").ImmutableMap; //# sourceMappingURL=map.d.ts.map