import { ToolContext } from './context'; export declare const ALL_TOOLS: any[]; export declare function executeTool(name: string, args: Record, ctx: ToolContext): Promise;