import { McpServer } from '@modelcontextprotocol/sdk/server/mcp.js'; import type { AgentClientLike } from './types.js'; /** * Register the channel, message, thread, DM, reaction, search, and inbox MCP * tools. These all act through a single agent client resolved per-call from the * optional `as` identity override. */ export declare function registerMessagingTools(server: McpServer, getAgentClient: (asIdentity?: string) => AgentClientLike): void; //# sourceMappingURL=messaging-tools.d.ts.map