export declare class ServiceConfig { static getServiceHealth(serviceName: string): Map; static refreshConnections(serviceName: string): void; static refreshInCluster(serviceName: string): void; static setConnections(serviceName: string, serviceConfigJson: string): boolean; } //# sourceMappingURL=ServiceConfig.d.ts.map