/** * social_score — score a social signal for engagement potential. * * 5-factor scoring: engagement, relevance, influence, recency, novelty. * Novelty checks cortex to see if we've interacted with this author before. */ import type { ToolDefinition } from '../mcp/tools.js'; export declare const socialScoreTool: ToolDefinition; //# sourceMappingURL=social-score.d.ts.map