import { TrackList } from "../interfaces/TrackList"; export declare function getTracklist(url: string, proxy?: string | null): Promise;