import { IStorage } from '../models/storage.model'; import * as i0 from "@angular/core"; export declare class SessionStorageService implements IStorage { private currentPlatform; SUPPORTED: boolean; constructor(currentPlatform: any); set(key: string, data: string, options?: any): void; get(key: string): string | null; remove(key: string): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }