export declare class LocalStorageService { getItem(key: string, callback: any): void; setItem(key: any, value: any): void; }