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