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