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