export interface TranslateQueueOverflowError { messageType: "queue_overflow"; error: string; }