import type { Resource } from "@modelcontextprotocol/sdk/types.js"; import type { StickyRiceClient } from "../convex-client.js"; export declare function getResources(client: StickyRiceClient): Promise; export declare function handleResourceRead(client: StickyRiceClient, uri: string): Promise<{ contents: Array<{ uri: string; mimeType: string; text: string; }>; }>; //# sourceMappingURL=index.d.ts.map