import type { Echo } from '@libp2p/echo'; import type { Libp2p, Upgrader } from '@libp2p/interface'; import type { TransportManager } from '@libp2p/interface-internal'; import type { Libp2pOptions } from 'libp2p'; export declare function createPeer(config?: Partial): Promise>; export declare function getUpgrader(libp2p: any): Upgrader; export declare function getTransportManager(libp2p: any): TransportManager; //# sourceMappingURL=utils.d.ts.map