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"; /** * Publishes elements of this stream to a hub. Stream failure and ending will * also be signalled. * @tsplus static effect/core/stream/Stream.Aspects runIntoHub * @tsplus pipeable effect/core/stream/Stream runIntoHub * @tsplus location "@effect/core/stream/Stream/operations/runIntoHub" */ export declare function runIntoHub(hub: Hub>): (self: import("../definition").Stream) => import("../../../io/Effect").Effect; //# sourceMappingURL=runIntoHub.d.ts.map