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 fromQueue(queue: Q.XEnqueue): C.Sink; //# sourceMappingURL=fromQueue.d.ts.map