export declare enum PlatformType {
    AWS = "aws",
    GCP = "gcp",
    AZURE = "azure"
}
