import type { ScanReport } from "../types.js"; export declare function renderTerminal(report: ScanReport): string;