On the current version (v8.1.4) you need to import like this
import * as SendGrid from "@sendgrid/mail"; SendGrid.setApiKey(process.env.SENDGRID_API_KEY);