import type { PrescanReport } from './types';
export declare function renderTerminalReport(report: PrescanReport, opts?: {
    verbose?: boolean;
    color?: boolean;
}): string;
export declare function renderJsonReport(report: PrescanReport): string;
