import { Observable } from 'rxjs'; import { StorageServiceInterface } from './storage-service.interface'; import * as i0 from "@angular/core"; export declare class StorageService implements StorageServiceInterface { private storageSub; constructor(); watchStorage(): Observable; setItem(key: string, data: any): void; removeItem(key: any): void; clear(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } //# sourceMappingURL=storage.service.d.ts.map