import { SortedMap } from "@tsplus/stdlib/collections/SortedMap/definition"; /** * @tsplus static SortedMap.Aspects map * @tsplus pipeable SortedMap map * @tsplus location "@tsplus/stdlib/collections/SortedMap/map" */ export declare function map(f: (v: V) => B): (self: import("./definition").SortedMap) => import("./definition").SortedMap; //# sourceMappingURL=map.d.ts.map