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