import { AgregatorDefineCityRO } from '@escapenavigator/types/dist/agregator/agregator-define-city.ro'; import { ApiMethodDeclaration } from '../..'; type ParamsData = { placeId: string; }; type ResponseData = AgregatorDefineCityRO; export declare const defineCityByPlaceId: ApiMethodDeclaration; export {};