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