declare class ZingMp3Api { VERSION: string; URL: string; SECRET_KEY: string; API_KEY: string; CTIME: string; constructor(VERSION: string, URL: string, SECRET_KEY: string, API_KEY: string, CTIME: string); private getHash256; private getHmac512; private hashParamNoId; private hashParam; private hashParamHome; private hashCategoryMV; private hashListMV; private hashSearchAll; private hashSearchAllPlaylist; private hashSearchAllVideo; private hashSuggest; private getCookie; private requestZingMp3; getSong(songId: string): Promise; getDetailPlaylist(playlistId: string): Promise; getHome(): Promise; getTop100(): Promise; getChartHome(): Promise; getNewReleaseChart(): Promise; getInfoSong(songId: string): Promise; getArtist(name: string): Promise; getLyric(songId: string): Promise; search(name: string): Promise; getSearchAll(name: string, page: string, count: string): Promise; getSearchAllPlaylist(name: string, page: string, count: string): Promise; getSearchAllVideo(name: string, page: string, count: string): Promise; getSuggest(): Promise; getListMV(id: string, page: string, count: string): Promise; getCategoryMV(id: string): Promise; getVideo(videoId: string): Promise; } export declare const ZingMp3: ZingMp3Api; export {}; //# sourceMappingURL=index.d.ts.map