export declare enum AuthType { oauth2 = "oauth2", 'api-key' = "api-key", basic = "basic-auth", custom = "custom", none = "none" }