import { Collection } from "@tsplus/stdlib/collections/Collection/definition"; /** * @tsplus static Set.Ops from * @tsplus getter Collection toSet * @tsplus location "@tsplus/stdlib/collections/Set/from" */ export declare function from(data: Collection): Set; //# sourceMappingURL=from.d.ts.map