import * as H from "../../../../Hub/index.js"; import type * as M from "../../../../Managed/index.js"; import type * as TK from "../../Take/index.js"; import type * as C from "../core.js"; /** * Like `Stream#runIntoHub`, but provides the result as a `Managed` to allow for scope * composition. */ export declare function runIntoHubManaged_(self: C.Stream, hub: H.XHub, Z>): M.Managed; /** * Like `Stream#runIntoHub`, but provides the result as a `Managed` to allow for scope * composition. * * @ets_data_first runIntoHubManaged_ */ export declare function runIntoHubManaged(hub: H.XHub, Z>): (self: C.Stream) => M.Managed; //# sourceMappingURL=runIntoHubManaged.d.ts.map