import type { Report } from '../types'; export declare function renderPretty(report: Report, options?: { color?: boolean; }): string;