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