export declare const BASE_API_URL = "https://api.spotify.com/v1"; export declare const BASE_ACCOUNTS_URL = "https://accounts.spotify.com"; export declare const AUTHORIZE_URL: string; export declare const TOKEN_URL: string; //# sourceMappingURL=constants.d.ts.map