import * as H from "../../../../Hub/index.js"; import * as C from "../core.js"; /** * Creates a stream from a subscription to a hub. */ export declare function fromHub_(hub: H.XHub, maxChunkSize?: number): C.Stream; /** * Creates a stream from a subscription to a hub. * * @ets_data_first fromHub_ */ export declare function fromHub(maxChunkSize?: number): (hub: H.XHub) => C.Stream; //# sourceMappingURL=fromHub.d.ts.map