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