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