import { Hub } from "@effect/core/io/Hub/definition"; import { Sink } from "@effect/core/stream/Sink/definition/base"; /** * Create a sink which publishes each element to the specified hub. * @tsplus static effect/core/stream/Sink.Ops fromHub * @tsplus location "@effect/core/stream/Sink/operations/fromHub" */ export declare function fromHub(hub: Hub): Sink; //# sourceMappingURL=fromHub.d.ts.map