import { ApiSettings } from '../../api.settings'; import * as i0 from "@angular/core"; export declare class LocalStorageService { settings: ApiSettings; private _prefix; constructor(settings: ApiSettings); Get(key: string): any; Set(key: string, value: any): void; Remove(key: string): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }