import { INextNotification } from './next-notification.type';
export declare function isNextNotification<GValue>(value: any): value is INextNotification<GValue>;
