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