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. The hub * will be shutdown once the stream is closed. * @tsplus static effect/core/stream/Sink.Ops fromHubWithShutdown * @tsplus location "@effect/core/stream/Sink/operations/fromHubWithShutdown" */ export declare function fromHubWithShutdown(hub: Hub): Sink; //# sourceMappingURL=fromHubWithShutdown.d.ts.map