import { TSet } from "@effect/core/stm/TSet/definition"; import { USTM } from "@effect/core/stm/STM/definition/base"; /** * Tests if the map is empty or not * @tsplus getter effect/core/stm/TSet isEmpty * @tsplus location "@effect/core/stm/TSet/operations/isEmpty" */ export declare function isEmpty(self: TSet): USTM; //# sourceMappingURL=isEmpty.d.ts.map