declare const serviceDiscoveryTypes: { EUREKA: string; CONSUL: string; NACOS: string; NO: string; }; export default serviceDiscoveryTypes;