export declare enum SecretProviderType {
    Aws = "aws",
    Azure = "azure"
}
//# sourceMappingURL=secret-provider-type.d.ts.map