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