export declare const COUNTRY_LIST: { country: string; continent: string; }[]; export declare const COUNTRY_CODE: string[];