import { JSONSchemaType } from "@golemio/core/dist/shared/ajv";
import { IRegionalBusGtfsCacheDto } from "../interfaces/IRegionalBusGtfsCacheDto";
declare const regionalBusGtfsCacheDtoSchema: JSONSchemaType<IRegionalBusGtfsCacheDto>;
export { regionalBusGtfsCacheDtoSchema as RegionalBusGtfsCacheDtoSchema };
