import { Ord } from "@tsplus/stdlib/prelude/Ord/definition"; import { SortedSet } from "@tsplus/stdlib/collections/SortedSet/definition"; /** * @tsplus static SortedSet.Aspects map * @tsplus pipeable SortedSet map * @tsplus location "@tsplus/stdlib/collections/SortedSet/map" */ export declare function map(ord: Ord, f: (a: A) => B): (self: SortedSet) => SortedSet; //# sourceMappingURL=map.d.ts.map