export declare const COUNTRY_2_LETTER_ISO3166_CODES: {
    [key: string]: string;
};
