import { z } from "../../../../shared/zod";
/**
 * Input schema for GetTollTripVersion endpoint (void input - only AccessCode)
 *
 * Provides current toll rates for high occupancy lanes. Coverage Area: Statewide.
 */
export declare const tollTripVersionInputSchema: z.ZodObject<{}, z.core.$strip>;
export type TollTripVersionInput = z.infer<typeof tollTripVersionInputSchema>;
//# sourceMappingURL=tollTripVersion.input.d.ts.map