import type * as CK from "../../../../Collections/Immutable/Chunk/index.js"; import * as H from "../../../../Hub/index.js"; import type * as C from "../core.js"; /** * Creates a stream from a subscription to a hub. * * The hub will be shut down once the stream is closed. */ export declare function fromChunkHubWithShutdown(hub: H.XHub>): C.Stream; //# sourceMappingURL=fromChunkHubWithShutdown.d.ts.map