import type { Country } from "../../records/Country"; declare const getCountry: (ip: string) => Promise; export default getCountry;