export interface DubbingPartialTranscript { messageType: "partial_transcript"; text: string; }