import { USTM } from "@effect/core/stm/STM/definition/base"; import { TSet } from "@effect/core/stm/TSet/definition"; /** * Makes a new `TSet` that is initialized with specified values. * @tsplus static effect/core/stm/TSet.Ops make * @tsplus static effect/core/stm/TSet.Ops __call * @tsplus location "@effect/core/stm/TSet/operations/make" */ export declare function make(...data: Array): USTM>; //# sourceMappingURL=make.d.ts.map