import * as H from "../../../../Hub/index.js"; import * 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 fromHubWithShutdown_(hub: H.XHub, maxChunkSize?: number): C.Stream; /** * Creates a stream from a subscription to a hub. * * The hub will be shut down once the stream is closed. * * @ets_data_first fromHubWithShutdown_ */ export declare function fromHubWithShutdown(maxChunkSize?: number): (hub: H.XHub) => C.Stream; //# sourceMappingURL=fromHubWithShutdown.d.ts.map