import { Song } from "./createSong"; export declare const getCurrentEventIndex: (song: Song, millis: number, startIndex?: number) => number;