import { Hub } from "@effect/core/io/Hub/definition"; import { Take } from "@effect/core/stream/Take/definition"; import { Stream } from "@effect/core/stream/Stream/definition"; import { Effect } from "@effect/core/io/Effect/definition"; import { Scope } from "@effect/core/io/Scope/definition"; /** * Like `Stream.runIntoHub`, but provides the result as a scoped effect to * allow for scope composition. * @tsplus static effect/core/stream/Stream.Aspects runIntoHubScoped * @tsplus pipeable effect/core/stream/Stream runIntoHubScoped * @tsplus location "@effect/core/stream/Stream/operations/runIntoHubScoped" */ export declare function runIntoHubScoped(hub: Hub>): (self: import("../definition").Stream) => import("../../../io/Effect").Effect; //# sourceMappingURL=runIntoHubScoped.d.ts.map