import { Tool } from '@modelcontextprotocol/sdk/types.js'; /** * Channel management tools */ export declare const channelTools: Tool[]; export declare function executeChannelTool(name: string, args: Record): Promise;