import { I18nInstance, Locale } from '@i18n-chain/node'; import enUs from './en-US'; export declare type Standard = typeof enUs; export declare type I18nMessage = I18nInstance>;