declare class ForkingClusterClientProvider { private _clusterConfig; private _strategy; private _requestSender; constructor({clusterConfig}: any); createClusterClient(topologyName: string, serviceDiscoveryName?: string, serviceDiscoveryZone?: string): any; } export default ForkingClusterClientProvider;