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