import { McpServer } from '@modelcontextprotocol/sdk/server/mcp.js'; import { type Config } from './tools/index.js'; export type { Config } from './tools/index.js'; export declare function createServer(config: Config): McpServer;