export interface DubbingInputError { messageType: "input_error"; error: string; }