import { Tool } from '@modelcontextprotocol/sdk/types.js'; export declare function registerTools(): Tool[]; export declare function handleToolCall(toolName: string, args: Record): Promise<{ content: Array<{ type: 'text'; text: string; }>; }>; //# sourceMappingURL=index.d.ts.map