import { IUploadProgressNotification } from './upload-progress-notification.type';
export declare function isUploadProgressNotification(value: any): value is IUploadProgressNotification;
