export interface WordTimestamp {
    word: string;
    startMs: number;
    endMs: number;
}
