import { AuthenticationEvent } from './authentication-event'; import { TokenInterface } from '@rxstack/core'; export declare class AuthenticationFailureEvent extends AuthenticationEvent { readonly authenticationToken: TokenInterface; readonly lastException: any; constructor(authenticationToken: TokenInterface, lastException: any); }