export interface VideoTimelineEvent { slug: string; type: string; recordedAt: string; payload?: Record; } export declare function buildTimeline(root?: string): Promise; //# sourceMappingURL=timeline.d.ts.map