/**
 * 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 target defining how the variable key/value pair will be deployed
 * @export
 * @enum {string}
 */
export declare enum VariableTarget {
    MyCnf = "my-cnf",
    NewrelicInfraYml = "newrelic-infra-yml",
    NginxHttpServer = "nginx-http-server",
    NginxHttp = "nginx-http",
    NginxMain = "nginx-main",
    OsEnvVar = "os-env-var",
    PhpCliPhpIni = "php-cli_php-ini",
    PhpFpmPhpFpmConf = "php-fpm_php-fpm-conf",
    PhpFpmPhpIni = "php-fpm_php-ini",
    PhpFpmPoolDWwwConf = "php-fpm_pool-d-www-conf",
    RedisConf = "redis-conf",
    ResourceConfigFile = "resource-config-file",
    SupervisordConf = "supervisord-conf",
    SysctlConf = "sysctl-conf"
}
