export declare const COUNTRIES: {
    code: string;
    name: string;
}[];
