import { JSONSchemaType } from "@golemio/core/dist/shared/ajv";
import { ITripStopsCacheDto } from "../interfaces/ITripStopsCacheDto";
declare const tripStopsCacheDtoSchema: JSONSchemaType<ITripStopsCacheDto>;
export { tripStopsCacheDtoSchema as TripStopsCacheDtoSchema };