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