/** * Monitoring CLI Commands - 3 commands mapping to monitoring MCP tools */ import type { Command } from 'commander'; import type { ServiceContext } from '../../context-factory.js'; export declare function registerMonitoringCommands(program: Command, ctx: ServiceContext): void; //# sourceMappingURL=monitoring-commands.d.ts.map