import { ICountry, ICountryCode } from "../countries/index";
/***
 * The list of available countries in the application.
 * This object contains the country codes and their corresponding country objects.
 */
declare const _default: Record<ICountryCode, ICountry>;
export default _default;
