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