export interface DubbingRateLimitedError { messageType: "rate_limited"; error: string; }