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