import { Playlist } from "../@types/playlist";
import { Track } from "../@types/track";
import { User } from "../@types/user";
export declare const getSingleItemInfo: (clientId: string, url: string) => Promise<Playlist | Track | User>;
