/** Status of the registry */
export declare enum StatusEnum {
    'DELETED' = "DELETED",
    'DELETING' = "DELETING",
    'ERROR' = "ERROR",
    'INSTALLING' = "INSTALLING",
    'READY' = "READY",
    'RESTORING' = "RESTORING",
    'SUSPENDED' = "SUSPENDED",
    'SUSPENDING' = "SUSPENDING",
    'UPDATING' = "UPDATING"
}
//# sourceMappingURL=StatusEnum.d.ts.map