export declare const CLUSTER_OPTIONS: unique symbol; export declare const CLUSTER_INTERNAL_OPTIONS: unique symbol; export declare const CLUSTER_CLIENTS: unique symbol; export declare const DEFAULT_CLUSTER_NAMESPACE: unique symbol; export declare const CLUSTER_MODULE_ID = "ClusterModule"; export declare enum ClusterStatus { END = "end", CLOSE = "close", WAIT = "wait", CONNECTING = "connecting", CONNECT = "connect", READY = "ready", RECONNECTING = "reconnecting", DISCONNECTING = "disconnecting" }