import { InjectionToken } from '@angular/core'; import { GlobalConfig } from 'ngx-toastr'; export declare const LOCAL_STORAGE_VALIDITY_LEN: InjectionToken; export declare const SESSION_STORAGE_VALIDITY_LEN: InjectionToken; export declare const MEMORY_STORAGE_VALIDITY_LEN: InjectionToken; export declare const TOASTR_OPTION: InjectionToken>;