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