/** * atr_coverage_gaps MCP tool - Analyze coverage gaps against security frameworks * @module agent-threat-rules/mcp-tools/coverage-gaps */ import type { ATREngine } from '../engine.js'; export declare function handleCoverageGaps(engine: ATREngine, args: Record): { content: Array<{ type: string; text: string; }>; isError?: boolean; }; //# sourceMappingURL=coverage-gaps.d.ts.map