import type { FastMCP } from 'fastmcp';
/**
 * Register Validate Context tool with MCP server
 * @param server - FastMCP server instance
 */
export declare function registerValidateContextTool(server: FastMCP): void;
