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