import {AuthenticationEvent} from './AuthenticationEvent' /** * Event fired when a user is unauthenticated. */ export class UserFlushedEvent extends AuthenticationEvent {}