declare enum DeploymentDownloadType { Source = "source", Output = "output" } export { DeploymentDownloadType };