import { IErrorNotification } from './error-notification.type';
export declare function isErrorNotification<GValue = any>(value: any): value is IErrorNotification<GValue>;
