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