import { Command } from 'commander'; export declare class StreamMarkdownPrinter { private inCodeBlock; private buffer; private rawMode; private lineOpen; constructor(rawMode: boolean); print(chunk: string): void; flush(): void; breakLine(): void; private processLine; } export declare function registerChatCommand(program: Command): void;