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