import { Rivendell } from './Rivendell'; import JobStatus = Rivendell.JobStatus; export declare function formatJobStatus(status: JobStatus): string;