import { EventNotification } from "../EventNotification";
import { UserDTO } from "../UserDTO";
export declare class UserPasswordRecoverSuccess extends EventNotification {
    AffectedUser: UserDTO;
}
