We're trying to use sib-api-v3-typescript in our nextjs app but it results in build failure due to typescript compilation errors. This is probably due to the way imports are handled within the package, which isn't compatible with esnext syntax (needed for dynamic imports)

Any suggestions would be highly appreciated.