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