import * as H from "../../../Hub/index.js"; import type * as C from "./core.js"; /** * Create a sink which enqueues each element into the specified queue. */ export declare function fromHubWithShutdown(hub: H.XHub): C.Sink; //# sourceMappingURL=fromHubWithShutdown.d.ts.map