/** * @ai-summary NHTSA vPIC integration exports * @ai-context Public API for VIN decoding functionality */ export { NHTSAClient } from './nhtsa.client'; export type { NHTSADecodeResponse, NHTSAResult, DecodedVehicleData, MatchedField, MatchConfidence, VinCacheEntry, DecodeVinRequest, VinDecodeError, } from './nhtsa.types';