export function getLyrics(url: any): Promise<any>;
export function searchSong(title: any): Promise<any>;
