import { IProgress } from '../../../progress/progress.type';
import { IDownloadProgressNotification } from './download-progress-notification.type';
export declare function createDownloadProgressNotification(progress: IProgress): IDownloadProgressNotification;
