export declare const countryToAlpha2: (str: string) => string | null;
export declare const countryToAlpha3: (str: string) => string | null;
