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