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