import { TMap } from "@effect/core/stm/TMap/definition"; import { USTM } from "@effect/core/stm/STM/definition/base"; /** * Returns the number of bindings. * @tsplus getter effect/core/stm/TMap size * @tsplus location "@effect/core/stm/TMap/operations/size" */ export declare function size(self: TMap): USTM; //# sourceMappingURL=size.d.ts.map