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