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