import type { Country } from '../types/index.js';
export declare const normalizedCountries: Country[];
