import { EventNotification } from "../EventNotification";
export declare class UserLoginFailed extends EventNotification {
    UsernameEntered: string;
    Reason: string;
}
