export interface TranslateAudioOutputError { messageType: "audio_output_error"; error: string; }