import { WebStorageService } from './webstorage.service';
import * as i0 from "@angular/core";
export declare class SharedStorageService extends WebStorageService {
    static keys: Array<string>;
    constructor();
    static ɵfac: i0.ɵɵFactoryDef<SharedStorageService, never>;
    static ɵprov: i0.ɵɵInjectableDef<SharedStorageService>;
}
