import type { DiagnosticsResult } from '../types.js'; export declare function formatTable(run: DiagnosticsResult, useColor: boolean): string;