export declare function getCountriesForSelect(locale: string): {
    value: string;
    label: string;
}[];
export declare function getCountryNameLocale(code: string, locale: string): string | undefined;
//# sourceMappingURL=country.d.ts.map