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