import type { Reducer } from "./types.js"; /** * Structured summary of ffuf hits. Prefer interesting statuses when the run * already mixed signal + 404 noise. Best practice remains filtering at the * command (`-mc`, `-fc`, `-fs`, quiet) so the artifact is clean too. */ export declare const ffufReducer: Reducer;