import { InspectorType } from "./types";
declare function checkIsValidCountry(countryCode: string, options?: InspectorType): Promise<string>;
export default checkIsValidCountry;
