import type { AutoSharding } from "./sharding"; /** * The default cluster ID for The Waku Network */ export declare const DEFAULT_CLUSTER_ID = 1; /** * The default number of shards under a cluster. */ export declare const DEFAULT_NUM_SHARDS = 8; /** * DefaultNetworkConfig is default configuration for The Waku Network. */ export declare const DefaultNetworkConfig: AutoSharding;