import { Resource } from '@modelcontextprotocol/sdk/types.js'; export declare function listResources(): Resource[]; export declare function readResource(uri: string): Promise<{ contents: Array<{ uri: string; mimeType?: string; text?: string; }>; }>; //# sourceMappingURL=index.d.ts.map