export declare class ResetPasswordRequest {
    email: string;
    newPassword: string;
    key: string;
}
