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