import { Sink } from "@effect/core/stream/Sink/definition/base"; import { HashSet } from "@tsplus/stdlib/collections/HashSet/definition"; /** * A sink that collects all of its inputs into a set. * @tsplus static effect/core/stream/Sink.Ops collectAllToSet * @tsplus location "@effect/core/stream/Sink/operations/collectAllToSet" */ export declare function collectAllToSet(): Sink>; //# sourceMappingURL=collectAllToSet.d.ts.map