import type { Tool } from "@modelcontextprotocol/sdk/types.js"; import type { StickyRiceClient } from "../convex-client.js"; export declare const noteTools: Tool[]; export declare function handleNoteTool(client: StickyRiceClient, name: string, args: Record): Promise; //# sourceMappingURL=notes.d.ts.map