import { JSONSchemaType } from "@golemio/core/dist/shared/ajv";
import { ISmart4CityList } from "./interfaces/ISmart4CityList";
export declare const smart4CityListJsonSchema: JSONSchemaType<ISmart4CityList[]>;
