import { List } from "@tsplus/stdlib/collections/List/definition"; import { USTM } from "@effect/core/stm/STM/definition/base"; import { TMap } from "@effect/core/stm/TMap/definition"; import { Collection } from "@tsplus/stdlib/collections/Collection/definition"; /** * Makes a new `TMap` initialized with provided iterable. * @tsplus static effect/core/stm/TMap.Ops fromIterable * @tsplus location "@effect/core/stm/TMap/operations/fromIterable" */ export declare function fromIterable(data0: Collection): USTM>; //# sourceMappingURL=fromIterable.d.ts.map