import * as M from "../../../../Managed/index.js"; import * as Q from "../../../../Queue/index.js"; import * as TK from "../../Take/index.js"; import type * as C from "../core.js"; /** * Like `Stream#into`, but provides the result as a `Managed` to allow for scope * composition. */ export declare function runIntoManaged_(self: C.Stream, queue: Q.XQueue, Z>): M.Managed; /** * Like `Stream#into`, but provides the result as a `Managed` to allow for scope * composition. * * @ets_data_first runIntoManaged_ */ export declare function runIntoManaged(queue: Q.XQueue, Z>): (self: C.Stream) => M.Managed; //# sourceMappingURL=runIntoManaged.d.ts.map