/** * social_read — read current social cognition model. * * Returns the inferred interaction signal state built from sessions, * Discord, Reddit, and other interaction sources. */ import type { ToolDefinition } from '../mcp/tools.js'; export declare const socialReadTool: ToolDefinition; //# sourceMappingURL=social-read.d.ts.map