import { InjectionToken } from '@angular/core'; import { FavoriteHandler, FavoriteType } from './favorite.model'; export declare const FAVORITE_STORAGE_KEY: InjectionToken; export declare const FAVORITE_HANDLER: InjectionToken; export declare const FAVORITE_TYPE: InjectionToken;