/**
 * Lấy Spotify Client Credentials Token
 */
export function spClientToken(): Promise<{
    token: any;
    expirationTime: number;
}>;
