import type { Consumable } from "../consumable.js"; import { ReadableStream } from "../stream.js"; export declare class ConsumableWrapByteReadableStream extends ReadableStream> { constructor(stream: ReadableStream, chunkSize: number, min?: number); } //# sourceMappingURL=wrap-byte-readable.d.ts.map