import { JSONSchemaType } from "@golemio/core/dist/shared/ajv";
import { IGtfsTripStopsCacheDto } from "../interfaces/IGtfsTripStopsCacheDto";
declare const gtfsTripStopsCacheDtoSchema: JSONSchemaType<IGtfsTripStopsCacheDto>;
export { gtfsTripStopsCacheDtoSchema as GtfsTripStopsCacheDtoSchema };
