import { type CountryCode } from "./countryCodes";
declare const en: {
    [key in CountryCode]: string;
};
export default en;
