import type { PeerLoggerOptions } from './index.ts'; import type { PeerId } from '@libp2p/interface'; export declare function truncatePeerId(peerId: PeerId, options?: PeerLoggerOptions): string; //# sourceMappingURL=utils.d.ts.map