/**
 * @packageDocumentation
 *
 * This module serves as the entry point for `@libp2p/interface-internal`,
 * exporting key components such as `AddressManager`, `ConnectionManager`,
 * `RandomWalk`, `Registrar`, and `TransportManager`.
 *
 * These interfaces and classes define the core internal behaviors of libp2p.
 */
export * from './address-manager.ts';
export * from './connection-manager.ts';
export * from './random-walk.ts';
export * from './registrar.ts';
export * from './transport-manager.ts';
//# sourceMappingURL=index.d.ts.map