declare function _default(): { Addresses: { Swarm: never[]; Announce: never[]; NoAnnounce: never[]; API: string; Gateway: string; RPC: string; Delegates: string[]; }; Discovery: { MDNS: { Enabled: boolean; Interval: number; }; webRTCStar: { Enabled: boolean; }; }; Bootstrap: string[]; Pubsub: { Enabled: boolean; }; Swarm: { ConnMgr: { LowWater: number; HighWater: number; }; DisableNatPortMap: boolean; }; Routing: { Type: string; }; }; export default _default; //# sourceMappingURL=config.browser.d.ts.map