import { ICompleteNotification } from './complete-notification.type';
export declare function createCompleteNotification(): ICompleteNotification;
