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