export default interface SetPlayheadEvent { playhead: number; paused: boolean; }