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