export type LyricLine = {
    start: number;
    end: number;
    text: string;
};
//# sourceMappingURL=LyricLine.d.ts.map