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