import { TMap } from "@effect/core/stm/TMap/definition"; import { USTM } from "@effect/core/stm/STM/definition/base"; /** * Collects all bindings into a map. * @tsplus getter effect/core/stm/TMap toMap * @tsplus location "@effect/core/stm/TMap/operations/toMap" */ export declare function toMap(self: TMap): USTM>; //# sourceMappingURL=toMap.d.ts.map