import type { ReputationScore, ReputationEvent } from '../types/passport.js'; export declare function applyReputationEvent(score: ReputationScore, event: ReputationEvent): ReputationScore; export declare function calculateOverallScore(score: ReputationScore): number; //# sourceMappingURL=reputation.d.ts.map