export interface Country { code: string; name: string; } export declare const countries: Country[];