export declare class ResetPasswordRequestedEvent { readonly email: string; readonly token: string; constructor(email: string, token: string); }