/** * Constructs a new `Set`. * @tsplus static Set.Ops __call * @tsplus static Set.Ops make * @tsplus location "@tsplus/stdlib/collections/Set/make" */ export declare function make(...data: As): Set; //# sourceMappingURL=make.d.ts.map