export * from './constants.defaults.js';
/**
 * @see https://libp2p.github.io/js-libp2p/interfaces/index._internal_.ConnectionManagerConfig.html#maxConnections
 */
export declare const MAX_CONNECTIONS = 100;
/**
 * @see https://libp2p.github.io/js-libp2p/interfaces/index._internal_.ConnectionManagerConfig.html#maxParallelDials
 */
export declare const MAX_PARALLEL_DIALS = 50;
//# sourceMappingURL=constants.browser.d.ts.map