import { JobStatus } from '../../index.js'; /** * Given a {JobStatus} object, print a summary of what work was perfomed, * how long the operation took, and whether any errors were encountered. */ export declare function summarizeStatus(status: JobStatus, listFailures?: boolean): string; //# sourceMappingURL=summarize-status.d.ts.map