import { HashSet } from "@tsplus/stdlib/collections/HashSet/definition"; /** * Construct a new `HashSet` from a variable number of values. * @tsplus static HashSet.Ops __call * @tsplus static HashSet.Ops make * @tsplus location "@tsplus/stdlib/collections/HashSet/operations/make" */ export declare function make(...elements: As): HashSet; //# sourceMappingURL=make.d.ts.map