import * as i0 from "@angular/core"; export declare class StorageUtilService { private localstorage; constructor(localstorage: Storage); getItem(key: string): T; setItem(key: string, value: T): void; removeItem(key: string): void; static ɵfac: i0.ɵɵFactoryDeclaration, never>; static ɵprov: i0.ɵɵInjectableDeclaration>; }