export declare enum MaximoAuthorizationScheme {
    MaxAuth = "MAX_AUTH",
    Basic = "BASIC",
    Form = "FORM"
}
