import type { PreflightReport } from "../types"; export declare function formatTextReport(report: PreflightReport, options?: { ci?: boolean; }): string;