/** * atr_threat_summary MCP tool - Aggregate threat statistics * @module agent-threat-rules/mcp-tools/threat-summary */ import type { ATREngine } from '../engine.js'; export declare function handleThreatSummary(engine: ATREngine, args: Record): { content: Array<{ type: string; text: string; }>; }; //# sourceMappingURL=threat-summary.d.ts.map