import { InjectionToken } from '@angular/core'; import { NotifierConfig, NotifierOptions } from './models/notifier-config.model'; /** * Injection Token for notifier options */ export declare const NotifierOptionsToken: InjectionToken; /** * Injection Token for notifier configuration */ export declare const NotifierConfigToken: InjectionToken;