/** * Processes the lyrics (prompt) from the audio metadata into a more readable format. * @param prompt The original lyrics text. * @returns The processed lyrics text. */ export declare const parse: (lyrics: string) => string;