import { JSONSchemaType } from "@golemio/core/dist/shared/ajv";
import { INotPublicVehicles } from "./interfaces/NotPublicVehiclesDataInterface";
export declare const notPublicVehiclesJsonSchema: JSONSchemaType<INotPublicVehicles>;
