export interface DubbingTranslationError { messageType: "translation_error"; error: string; }