/** * Used to calculate the position of the playhead in the score * based on the position of the playhead in the song. */ export declare const scorePositionFromSong: (repeats: [number, number, boolean][], barSong: number) => { bar: number; };