import { ClusterClientData } from '../types';
/** Gets the cluster client data. */
export declare function getInfo(): ClusterClientData;
