import { InjectionToken } from "@angular/core";
export declare const APP_STORAGE: InjectionToken<Storage>;
