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