export interface DiarizationEntry { speaker: string; timestamp: string; text: string; }