import * as T from "../../../../Effect/index.js"; import type * as Q from "../../../../Queue/index.js"; import type * as TK from "../../Take/index.js"; import type * as C from "../core.js"; /** * Enqueues elements of this stream into a queue. Stream failure and ending will also be * signalled. */ export declare function runInto_(self: C.Stream, queue: Q.XQueue, any>): T.Effect; /** * Enqueues elements of this stream into a queue. Stream failure and ending will also be * signalled. * * @ets_data_first runInto_ */ export declare function runInto(queue: Q.XQueue, any>): (self: C.Stream) => T.Effect; //# sourceMappingURL=runInto.d.ts.map