import {YearConstants} from '@js-joda/root/packages/core/src/YearConstants.js'
YearConstants
attempt to avoid dependency cycles... define all constants here and they could be used so instead of using e.g. Year.MAX_VALUE we could use YearConstants.MAX_VALUE to avoid the cycle