///
///
import { Transform, TransformCallback } from "stream";
/**
* emits commands objects
* @see CommandInterface
*/
export declare class CommandsParsingStream extends Transform {
private _unprocessedLine;
private _isClosed;
constructor();
get closed(): boolean;
waitUntilClosed(): Promise;
_transform(chunk: any, encoding: BufferEncoding, callback: TransformCallback): void;
}
//# sourceMappingURL=CommandsParsingStream.d.ts.map