export declare enum AccountType { AmazonWebServicesAccount = "AmazonWebServicesAccount", AzureServicePrincipal = "AzureServicePrincipal", AzureSubscription = "AzureSubscription", GoogleCloudAccount = "GoogleCloudAccount", None = "None", SshKeyPair = "SshKeyPair", Token = "Token", UsernamePassword = "UsernamePassword" }