export declare enum AuthenticationType {
    NO_AUTH = "NO_AUTH",
    BASIC = "BASIC",
    OAUTH2 = "OAUTH2",
    TOKEN = "TOKEN"
}
