import type { Tool } from "@modelcontextprotocol/sdk/types.js"; export declare const localMcpTools: Tool[]; export declare const handleLocalToolCall: (name: string, args: Record) => Promise<{ content: Array<{ type: "text"; text: string; }>; }>; //# sourceMappingURL=localTools.d.ts.map