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