import { Playlist } from "../@types/playlist";
export declare const getPlaylist: (clientId: string, url: string) => Promise<Playlist>;
