right now we have to do this:
import getShareImageModule from '@jlengstorf/get-share-image';
const getShareImage = getShareImageModule.default;
that's fine, but not great
to fix it we need to update the TS export to target ESM properly (or drop TS support if it's too much work)