import { CityRO } from '@escapenavigator/types/dist/city/city.ro'; import { ApiMethodDeclaration } from '..'; /** ID city */ type ParamsData = number; type ResponseData = CityRO; export declare const recountCounters: ApiMethodDeclaration; export {};