import type { AgentProfile } from '../types'; export declare function behaviorScore(agent: AgentProfile): number; //# sourceMappingURL=behavior.d.ts.map