import { Tool } from '@modelcontextprotocol/sdk/types.js'; export declare const CONTEXT_TOOLS: Tool[]; export declare function handleContextTool(name: string, args: any): { content: { type: "text"; text: string; }[]; };