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