import { Country } from '../types';
/**
 * List of countries with their details
 * This is a representative sample of countries from each region
 */
export declare const countries: Country[];
