import { z } from "../../../../shared/zod";
/**
 * Schema for toll trip version information
 *
 * Provides current toll rates for high occupancy lanes. Coverage Area: Statewide.
 */
export declare const tollTripVersionSchema: z.ZodObject<{
    TimeStamp: z.ZodPipe<z.ZodString, z.ZodTransform<Date, string>>;
    Version: z.ZodInt;
}, z.core.$strip>;
export type TollTripVersion = z.infer<typeof tollTripVersionSchema>;
//# sourceMappingURL=tollTripVersion.output.d.ts.map