import * as Ex from "../../../../Exit/index.js"; import * as M from "../../../../Managed/index.js"; import * as O from "../../../../Option/index.js"; import * as Q from "../../../../Queue/index.js"; import type * as C from "../core.js"; export declare function runIntoElementsManaged_(self: C.Stream, queue: Q.XQueue, A>, any>): M.Managed; /** * Like `Stream#into`, but provides the result as a `Managed` to allow for scope * composition. * * @ets_data_first runIntoElementsManaged_ */ export declare function runIntoElementsManaged(queue: Q.XQueue, A>, any>): (self: C.Stream) => M.Managed; //# sourceMappingURL=runIntoElementsManaged.d.ts.map