import type { CountryResponse } from '../@types/country'; export declare const fetchCountryList: ({ url, options }: { url?: Parameters[0]; options?: Parameters[1]; }) => Promise;