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