import type { PreflightReport } from "../types"; export declare function formatJsonReport(report: PreflightReport): string;