/** Run the session with the local `zrt` engine (mic/speaker + TUI) until it exits. */ export declare function driveConsoleEngine(session: any, roomConfig: Record, name?: string): Promise;