import type { PeerScoreParams } from './peer-score-params.js'; import type { PeerStats } from './peer-stats.js'; export declare function computeScore(peer: string, pstats: PeerStats, params: PeerScoreParams, peerIPs: Map>): number; //# sourceMappingURL=compute-score.d.ts.map