export interface Transcript { content: string; filename: string; }