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