export declare const COUNTRIES: {
    codeCountry: string;
    name: string;
    id: string;
}[];
//# sourceMappingURL=countries.d.ts.map