import { Server as McpServer } from '@modelcontextprotocol/sdk/server/index.js'; /** * Register all resources with the MCP server * * @param server - The MCP server instance */ export declare function registerResources(server: McpServer): void;