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