import { Collection } from "@tsplus/stdlib/collections/Collection/definition"; import { MutableHashSet } from "@tsplus/stdlib/collections/mutable/MutableHashSet/definition"; /** * Construct a new `MutableHashSet` from a `Collection` of values * @tsplus static MutableHashSet.Ops from * @tsplus location "@tsplus/stdlib/collections/mutable/MutableHashSet/from" */ export declare function from(elements: Collection): MutableHashSet; //# sourceMappingURL=from.d.ts.map