import { FastMCP } from 'fastmcp';
/**
 * Register Monitor Metrics tools with the MCP server
 */
export declare function registerMonitorMetricsTools(server: FastMCP): void;
