export type WavCue = { label: string, position: number // seconds } export default WavCue;