import { Tool } from '@modelcontextprotocol/sdk/types.js'; /** * Messaging tools - with smart fuzzy matching for channel names */ export declare const messageTools: Tool[]; export declare function executeMessageTool(name: string, args: Record): Promise;