export declare class LocalStorageService { get(key: string): any; set(key: string, value: any): boolean; remove(key: string): void; }