export declare enum Authentications { OAuth2 = "OAUTH2", OAuth1 = "OAUTH1", Basic = "BASIC", ApiKey = "APIKEY", NoAuth = "NONE" } export default Authentications;