import { CountriesInfoInterface } from "./data";
export declare const isEUCountry: (countryInput: string) => false | undefined | CountriesInfoInterface;
export declare const isEEACountry: (countryInput: string) => false | undefined | CountriesInfoInterface;
