import { Ord } from "@tsplus/stdlib/prelude/Ord/definition"; import { SortedSet } from "@tsplus/stdlib/collections/SortedSet/definition"; /** * @tsplus derive SortedSet<_> 10 * @tsplus location "@tsplus/stdlib/collections/SortedSet/derive" */ export declare function deriveSortedSet(...[ord]: [Ord]): SortedSet; //# sourceMappingURL=derive.d.ts.map