import { IDownloadProgressNotification } from './download-progress-notification.type';
export declare function isDownloadProgressNotification(value: any): value is IDownloadProgressNotification;
