import { IProgress } from '../../../progress/progress.type';
import { IUploadProgressNotification } from './upload-progress-notification.type';
export declare function createUploadProgressNotification(progress: IProgress): IUploadProgressNotification;
