import { AuthenticationProviderManager } from '../authentication/authentication-provider-manager'; import { RequestEvent } from '@rxstack/core'; export declare class AuthenticationTokenListener { private authenticationManager; constructor(authenticationManager: AuthenticationProviderManager); onRequest(event: RequestEvent): Promise; }