export declare class TestUtil {
    initializeSpotifyConfig(accessTokenOverride?: string, clientSecretOverride?: string): void;
}
