/** available services to watch */
export declare enum ServiceEnum {
    'ai_endpoint' = "ai_endpoint",
    'all' = "all",
    'block_storage' = "block_storage",
    'data_platform' = "data_platform",
    'instances' = "instances",
    'instances_gpu' = "instances_gpu",
    'instances_without_gpu' = "instances_without_gpu",
    'objet_storage' = "objet_storage",
    'rancher' = "rancher",
    'snapshot' = "snapshot"
}
//# sourceMappingURL=ServiceEnum.d.ts.map