import { CityRO } from '@escapenavigator/types/dist/city/city.ro'; import { CountriesEnum } from '@escapenavigator/types/dist/shared/enum/countries.enum'; import { ApiMethodDeclaration } from '..'; type ParamsData = { country?: CountriesEnum; }; type ResponseData = CityRO[]; export declare const getPopularForAdmin: ApiMethodDeclaration; export {};