import { HttpInterceptor, HttpHandler, HttpRequest } from '@angular/common/http';
import { Observable } from 'rxjs';
import { XrmStateService } from './xrmstate.service';
import * as i0 from "@angular/core";
export declare class XrmInterceptor implements HttpInterceptor {
    private xrmState;
    private nextNumber;
    constructor(xrmState: XrmStateService);
    intercept(req: HttpRequest<any>, next: HttpHandler): Observable<any>;
    static ɵfac: i0.ɵɵFactoryDeclaration<XrmInterceptor, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<XrmInterceptor>;
}
