import type { McpTool } from '../../utils/index.js'; import type { Services } from '../../services.js'; import type { ServerContext } from '../../server-context.js'; export declare function createDebugEvaluateTool(loadServices: () => Promise | Services, serverContext?: ServerContext): McpTool;