export declare function createSpotifyAuthorizationContext(accessToken: string): {
    Authorization: string;
};
//# sourceMappingURL=Context.d.ts.map