import * as M from "../../../../Managed/index.js"; import * as Q from "../../../../Queue/index.js"; import type * as TK from "../../Take/index.js"; import type * as C from "../core.js"; /** * Converts the stream to a dropping managed queue of chunks. After the managed queue is used, * the queue will never again produce values and should be discarded. */ export declare function toQueueDropping_(self: C.Stream, capacity?: number): M.RIO>>; /** * Converts the stream to a dropping managed queue of chunks. After the managed queue is used, * the queue will never again produce values and should be discarded. * * @ets_data_first toQueueDropping_ */ export declare function toQueueDropping(capacity?: number): (self: C.Stream) => M.RIO>>; //# sourceMappingURL=toQueueDropping.d.ts.map