import SpotifyWebApi from "spotify-web-api-node";
export declare function getSpotifyApi(clientId: string, clientSecret: string): Promise<SpotifyWebApi>;
