export declare const CLUSTER_OPTIONS: unique symbol; export declare const CLUSTER_MERGED_OPTIONS: unique symbol; export declare const CLUSTER_CLIENTS: unique symbol; /** * The default cluster namespace. */ export declare const DEFAULT_CLUSTER = "default"; export declare const CLUSTER_MODULE_ID = "ClusterModule"; export declare const NAMESPACE_KEY: unique symbol;