import type { Reducer } from "./types.js"; /** * Reducer for subfinder / amass / sublist3r output. Dedup, normalize, * sort. The user can still pull the raw list from the artifact. */ export declare const subdomainsReducer: Reducer;