import { USTM } from "@effect/core/stm/STM/definition/base"; import { TSet } from "@effect/core/stm/TSet/definition"; /** * Makes an empty `TSet`. * @tsplus static effect/core/stm/TSet.Ops empty * @tsplus location "@effect/core/stm/TSet/operations/empty" */ export declare function empty(): USTM>; //# sourceMappingURL=empty.d.ts.map