An ES Module object with a default export of the given type.
interface DefaultExport<T> { default: T;}