Uncaught Error: No such module "cloudflare-internal:email".

I get this error when trying to create an EmailMessage as per the documentation https://developers.cloudflare.com/email-routing/email-workers/send-email-workers/#example-worker
I'm using @cloudflare/workers-types/2023-07-01 and haven't been able to find any examples apart from the docs above.
You can send an email about your Worker’s activity from your Worker to an email address verified on Email Routing. This is useful for when you want to
Send emails from Workers · Cloudflare Email Routing docs
Was this page helpful?