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