import { Enqueue } from "@effect/core/io/Queue/definition/common"; import { Sink } from "@effect/core/stream/Sink/definition/base"; /** * Create a sink which enqueues each element into the specified queue. * @tsplus static effect/core/stream/Sink.Ops fromQueue * @tsplus location "@effect/core/stream/Sink/operations/fromQueue" */ export declare function fromQueue(queue: Enqueue): Sink; //# sourceMappingURL=fromQueue.d.ts.map