import { CountryNames } from '../types/document'; declare const formatNumberToLocale: (value: number) => string; declare const getCountryName: (countryCode: string) => CountryNames; export { formatNumberToLocale, getCountryName };