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