import type { McpServer } from '@modelcontextprotocol/sdk/server/mcp.js'; import type { ServerState, LogFunction } from './types.js'; export declare function registerTools(server: McpServer, state: ServerState, log: LogFunction): void; //# sourceMappingURL=tools.d.ts.map