import { InjectionToken } from '@angular/core'; import { ILocalStorage } from './i-local-storage'; export declare const F_LOCAL_STORAGE: InjectionToken;