import { JSONData } from '@serenity-js/core/model'; /** * An update on the progress of the Serenity BDD jar download. */ export declare class DownloadProgressReport extends JSONData { static fromJSON(value: { downloadedBytes: number; totalDownloadedBytes: number; totalBytes: number; }): DownloadProgressReport; } //# sourceMappingURL=DownloadProgressReport.d.ts.map