export { i18n, t, setLocale, getLocale, getLocaleValue, normalizeLocale, FALLBACK_LOCALE, localeList } from './i18n'; export { default as zhCN } from './lang/zh-CN'; export { default as enUS } from './lang/en-US'; export type { BinLocale } from './i18n';