export declare enum DeploymentOperations { DEPLOY = "Deploy", UNDEPLOY = "Undeploy", UPDATE = "Update" }