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