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