import { AgregatorSearchCityRO } from '@escapenavigator/types/dist/agregator/agregator-search-city.ro'; import { ApiMethodDeclaration } from '../..'; type ParamsData = { title: string; }; type ResponseData = AgregatorSearchCityRO[]; export declare const findCityByTitle: ApiMethodDeclaration; export {};