import { INotification } from './notification.type';
export declare function isNotification<GName extends string, GValue>(value: any, name?: GName): value is INotification<GName, GValue>;
