export declare const getAlbumInfo: (album_id: string) => Promise; export declare const getTrackInfo: (track_id: number) => Promise;