import { Buffer } from 'node:buffer'; import { Command } from './Command'; export declare function toBuffer(lines: AsyncIterable, bufferSize?: number): AsyncIterable; export declare function fromBuffer(stream: AsyncIterable): AsyncIterable; //# sourceMappingURL=CommandStream.d.ts.map