export interface DubbingSessionStarted { messageType: "session_started"; sessionId: string; clientSessionId?: string; }