export declare function getCountryName(code: number): string;
export declare function getCountryCodeByISO_A2(ISO_A2: string): number;
