import type { AgentProfile, TrustBreakdown } from '../types'; export declare function computeTrustScore(agent: AgentProfile, getAgent: (addr: string) => AgentProfile | undefined): TrustBreakdown; export { identityScore } from './identity'; export { onChainScore } from './onchain'; export { behaviorScore } from './behavior'; export { complianceScore } from './compliance'; export { networkScore } from './network'; export { riskPenalty } from './risk'; export { getSpendingLimits } from './limits'; //# sourceMappingURL=index.d.ts.map