/**
 * devopness API
 * Devopness API - Painless essential DevOps to everyone
 *
 * The version of the OpenAPI document: latest
 *
 *
 * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
 * https://openapi-generator.tech
 * Do not edit the class manually.
 */
/**
 * The status of the server
 * @export
 * @enum {string}
 */
export declare enum ServerStatus {
    Configuring = "configuring",
    Failed = "failed",
    Pending = "pending",
    Provisioned = "provisioned",
    Provisioning = "provisioning",
    Restarting = "restarting",
    Running = "running",
    Stopped = "stopped"
}
