import { StorageService } from './storage.service'; import * as i0 from "@angular/core"; export declare class BrowserIdService { private storageService; browserId: string; constructor(storageService: StorageService); setBrowserId(expiration_days: number): Promise; getBrowserId(expiration_days: number): Promise; deleteCookies(): Promise; getBrowserName(): string; getOSName(): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }