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