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