export default class SpotifyClient {
    accessToken?: string;
    constructor(options?: any);
    getAccessToken<T>(): Promise<string>;
    constantRequestWithoutJSON(url: string, body?: BodyInit | any, credentials?: true): Promise<Response>;
    request(url: string, body?: BodyInit | any): Promise<any>;
}
//# sourceMappingURL=SpotifyClient.d.ts.map