/** * MCP Tool: list_scan_runs * * Lists recent scan runs via GET /v1/scan-runs. */ import type { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js"; import type { McpExecutor } from "../executor.js"; export declare function registerListScanRuns(server: McpServer, executor: McpExecutor): void;