import { PatchReport } from './patching'; /** * Format a patch report in a print friendly way */ export declare function formatPatchReport(report: PatchReport): string;