/**
* Group configuration of the cluster that this client connects.
* A client will connect to only the cluster with these properties.
*/
export declareclassGroupConfig{
/**
* Cluster group name.
*/
name: string;
/**
* Cluster group password.
*/
password: string;
}