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