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 static effect/core/stream/Channel.Ops fromHub * @tsplus location "@effect/core/stream/Channel/operations/fromHub" */ export declare function fromHub(hub: Hub, Elem>>): Channel; //# sourceMappingURL=fromHub.d.ts.map