export declare const COMMON_DOCKER_SERVICES: readonly ["nginx", "apache", "httpd", "mysql", "postgres", "postgresql", "redis", "mongodb", "mongo", "node", "python", "ubuntu", "alpine", "debian", "centos", "jenkins", "wordpress"]; export type CommonDockerService = typeof COMMON_DOCKER_SERVICES[number];