export declare enum SongRowType { Unknown = 0, SectionTitle = 1, InterludeLine = 2, Lyric = 3, NewLine = 4 }