import { IUploadCompleteNotification } from './upload-complete-notification.type';
export declare function isUploadCompleteNotification(value: any): value is IUploadCompleteNotification;
