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