When adding download functionality to a Lens, the request will fail because on line 55 in ExportLensActionRequest, the method availableLenses is not a valid override of Laravel\Nova\Http\Requests\LensActionRequest::availableLenses().
How to fix, change the method to:
public function availableLenses(): Collection