import { AuditReport } from '../types'; export declare function formatConsole(report: AuditReport, focus: string): string;