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