import { Hub } from "@effect/core/io/Hub/definition"; import { Either } from "@tsplus/stdlib/data/Either/definition"; import { Exit } from "@effect/core/io/Exit/definition"; import { Channel } from "@effect/core/stream/Channel/definition/base"; /** * @tsplus getter effect/core/stream/Channel toHub * @tsplus static effect/core/stream/Channel.Ops toHub * @tsplus location "@effect/core/stream/Channel/operations/toHub" */ export declare function toHub(hub: Hub, Elem>>): Channel; //# sourceMappingURL=toHub.d.ts.map