import type { RunReport } from "./runner.js"; export declare function formatReport(report: RunReport): string;