export declare function interpretTerminalOutput(rawOutput: string, cols?: number, rows?: number): Promise<string>;
