export declare class BrowserStorageService { private _storage; constructor(storage: Storage); remove(key: string): Promise; get(key: string): Promise; set(key: string, value: string): Promise; } //# sourceMappingURL=BrowserStorageService.d.ts.map