export interface TranslateTranscriberError { messageType: "transcriber_error"; error: string; }