import { ILocalStorage } from './i-local-storage'; import * as i0 from "@angular/core"; export declare class ServerLocalStorageService implements ILocalStorage { private storage; setItem(key: string, value: string): void; getItem(key: string): string | null; removeItem(key: string): void; clear(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }