import { HttpEvent, HttpHandler, HttpInterceptor, HttpRequest } from '@angular/common/http';
import { Observable } from 'rxjs';
import { AnonymousService } from '../anonymous/anonymous.service';
import * as i0 from "@angular/core";
export declare class AnonymousAuthenticationInterceptor implements HttpInterceptor {
    protected _anonymousService: AnonymousService;
    constructor(_anonymousService: AnonymousService);
    intercept(req: HttpRequest<any>, next: HttpHandler): Observable<HttpEvent<any>>;
    static ɵfac: i0.ɵɵFactoryDeclaration<AnonymousAuthenticationInterceptor, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<AnonymousAuthenticationInterceptor>;
}
