export { DecodeVin, DecodeVinExtended, DecodeVinValues, DecodeVinValuesBatch, DecodeVinValuesExtended, DecodeWMI, GetAllMakes, GetAllManufacturers, GetCanadianVehicleSpecifications, GetEquipmentPlantCodes, GetMakeForManufacturer, GetMakesForManufacturerAndYear, GetMakesForVehicleType, GetManufacturerDetails, GetModelsForMake, GetModelsForMakeId, GetModelsForMakeIdYear, GetModelsForMakeYear, GetParts, GetVehicleTypesForMake, GetVehicleTypesForMakeId, GetVehicleVariableList, GetVehicleVariableValuesList, GetWMIsForManufacturer, useNHTSA, } from './api'; export { createQueryString, encodeQueryStringParams, isValidVin } from './utils'; export * from './types'; //# sourceMappingURL=index.d.ts.map