/** * Exporting these as a namespace is required to avoid interred * types like `../../../dist/` * * Note: Do NOT use namespace exports like `CommerceTypes` from * from this namespace or the issue will return. */ import * as ExternalTypes from './external'; export { ExternalTypes };