import { HttpEvent, HttpHandler, HttpInterceptor, HttpRequest } from '@angular/common/http'; import type { Observable } from 'rxjs'; import * as i0 from "@angular/core"; export declare class XDeviceIdInterceptor implements HttpInterceptor { private _document; constructor(_document: Document); intercept(request: HttpRequest, next: HttpHandler): Observable>; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }