export interface ChapterCuepoint { time: number; title: string; slug: string; }