import { Ord } from "@tsplus/stdlib/prelude/Ord/definition"; import { SortedSet } from "@tsplus/stdlib/collections/SortedSet/definition"; /** * @tsplus static SortedSet.Ops empty * @tsplus location "@tsplus/stdlib/collections/SortedSet/empty" */ export declare function empty(ord: Ord): SortedSet; //# sourceMappingURL=empty.d.ts.map