import * as i0 from "@angular/core"; export declare class LocalStorageService { constructor(); static setObject(key: string, value: any): void; static getObject(key: string, defaultValue?: any): any; static setString(key: string, value: string): void; static getString(key: string, defaultValue?: string): void; static clear(): void; static remove(key: string): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } //# sourceMappingURL=local-storage.service.d.ts.map