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