import { IClusterClient } from "./IClusterClient"; export interface IClusterClientProvider { createClusterClient(topologyName: string): IClusterClient; }