declare const CN_DATETIME_UNITS: string[]; declare const CN_WEEK_DAYS: string[]; declare const CN_SHORT_WEEK_DAYS: string[]; declare const CN_MONTH_NAMES: string[]; declare const CN_SHORT_MONTH_NAMES: string[]; declare const CN_NUMBER_DIGITS: string[]; declare const CN_NUMBER_UNITS: string[]; declare const CN_NUMBER_BIG_DIGITS: string[]; declare const CN_NUMBER_BIG_UNITS: string[]; export { CN_DATETIME_UNITS, CN_MONTH_NAMES, CN_NUMBER_BIG_DIGITS, CN_NUMBER_BIG_UNITS, CN_NUMBER_DIGITS, CN_NUMBER_UNITS, CN_SHORT_MONTH_NAMES, CN_SHORT_WEEK_DAYS, CN_WEEK_DAYS };