import type { OIDCAuthManager } from './oidc-auth-manager'; import type { OIDCUserManager } from './oidc-user-manager'; declare global { interface XMLHttpRequest { url?: string | URL; } } export declare class OIDCAuthInterceptor { #private; constructor(manager: OIDCAuthManager, userManager: OIDCUserManager); }