import { Country } from '../interfaces/country';
export declare const COUNTRIES: Record<string, Country>;
