import { Language } from "../../types/params"; import { Country } from "../../types/models"; import { ApiCallOptions } from "../../base"; export declare const fetchCountries: ({ language, options, }: { language: Language; options?: ApiCallOptions; }) => Promise;