import { TQueue } from "@effect/core/stm/TQueue/definition"; import { Stream } from "@effect/core/stream/Stream/definition"; /** * Creates a stream from a `TQueue` of values. * @tsplus static effect/core/stream/Stream.Ops fromTQueue * @tsplus location "@effect/core/stream/Stream/operations/fromTQueue" */ export declare function fromTQueue(queue: TQueue): Stream; //# sourceMappingURL=fromTQueue.d.ts.map