import { CountryDto } from '../dtos/country.dto'; import { CountryEnum } from '../enums/country.enum'; export declare function getCountryData(code: CountryEnum): CountryDto; export declare function getAllCountriesData(): Record; export declare function getEuropeanCountriesData(): Record; export declare function getEurozoneCountriesData(): Record;