declare function getDefaultDownloadPath(): string; declare function downloadMedia(url: string, outputPath: string, filename: string, cookie?: string): Promise; declare function handleMediaDownload(data: any, outputPath: string, version: string): Promise; declare function downloadMusicFromDetail(musicIdOrUrl: string, cookie: string | any[], outputPath: string, proxy?: string): Promise; export { getDefaultDownloadPath, downloadMedia, handleMediaDownload, downloadMusicFromDetail };