export declare const NEST_BOOT = "NEST_BOOT";
export declare const NEST_ETCD = "NEST_ETCD";
export declare const NEST_CONSUL = "NEST_CONSUL";
export declare const NEST_CONFIG = "NEST_CONFIG";
export declare const NEST_LOADBALANCE = "NEST_LOADBALANCE";
export declare const NEST_SERVICE = "NEST_SERVICE";
export declare const NEST_LOGGER = "NEST_LOGGER";
export declare const NEST_PROXY = "NEST_PROXY";
export declare const NEST_FEIGN = "NEST_FEIGN";
export declare const LOCAL = "LOCAL";
export declare const NEST_COMMON = "NEST_COMMON";
export declare const NEST_GRPC = "NEST_GRPC";
export declare const NEST_RBAC = "NEST_RBAC";
export declare const NEST_KUBERNETES = "NEST_KUBERNETES";
export declare const NEST_MEMCACHED = "NEST_MEMCACHED";
export declare const NEST_BOOT_PROVIDER = "NEST_BOOT_PROVIDER";
export declare const NEST_ETCD_PROVIDER = "NEST_ETCD_PROVIDER";
export declare const NEST_CONSUL_PROVIDER = "NEST_CONSUL_PROVIDER";
export declare const NEST_CONFIG_PROVIDER = "NEST_CONFIG_PROVIDER";
export declare const NEST_SERVICE_PROVIDER = "NEST_SERVICE_PROVIDER";
export declare const NEST_LOADBALANCE_PROVIDER = "NEST_LOADBALANCE_PROVIDER";
export declare const NEST_FEIGN_PROVIDER = "NEST_FEIGN_PROVIDER";
export declare const NEST_MEMCACHED_PROVIDER = "NEST_MEMCACHED_PROVIDER";
export declare const NEST_LOGGER_PROVIDER = "NEST_LOGGER_PROVIDER";
export declare const NEST_PROXY_PROVIDER = "NEST_PROXY_PROVIDER";
export declare const NEST_TYPEORM_LOGGER_PROVIDER = "NEST_TYPEORM_LOGGER_PROVIDER";
export declare const NEST_COMMON_PROVIDER = "NEST_COMMON_PROVIDER";
export declare const NEST_GRPC_PROVIDER = "NEST_GRPC_PROVIDER";
export declare const NEST_RBAC_PROVIDER = "NEST_RBAC_PROVIDER";
export declare const NEST_KUBERNETES_PROVIDER = "NEST_KUBERNETES_PROVIDER";
export declare const CRITICAL = "critical";
export declare const PASSING = "passing";
export declare const WARNING = "warning";
