import { Hub } from "@effect/core/io/Hub/definition"; import { Chunk } from "@tsplus/stdlib/collections/Chunk/definition"; import { Stream } from "@effect/core/stream/Stream/definition"; /** * Creates a stream from a subscription to a hub. * * The hub will be shut down once the stream is closed. * @tsplus static effect/core/stream/Stream.Ops fromChunkHubWithShutdown * @tsplus location "@effect/core/stream/Stream/operations/fromChunkHubWithShutdown" */ export declare function fromChunkHubWithShutdown(hub: Hub>): Stream; //# sourceMappingURL=fromChunkHubWithShutdown.d.ts.map