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