import { IError } from "../types";
import { CountryResponse } from "../types/tools";
type Response = CountryResponse & IError;
export declare const country_details: (name: string) => Response;
export {};
