import type { Reducer } from "./types.js"; /** * Parse plain "nmap -sV" text output into structured findings. We avoid * forcing -oX here so the agent can still pass any flags it wants — but if * the output looks like XML we just include it verbatim. */ export declare const nmapReducer: Reducer;