import { AgregatorCityRO } from '@escapenavigator/types/dist/agregator/agregator-city.ro'; import { CountriesEnum } from '@escapenavigator/types/dist/shared/enum/countries.enum'; import { Languages } from '@escapenavigator/types/dist/shared/enum/languages.enum'; import { ApiMethodDeclaration } from '../..'; type ParamsData = { country: CountriesEnum; language: Languages; }; type ResponseData = AgregatorCityRO[]; export declare const findCitiesByCountry: ApiMethodDeclaration; export {};