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