/** * Agent operational commands — metrics, pool, health */ import type { Command } from '../types.js'; export declare const metricsCommand: Command; export declare const poolCommand: Command; export declare const healthCommand: Command; //# sourceMappingURL=agent-ops.d.ts.map