import { ACURA_MODELS, AFEELA_MODELS, ALFA_ROMEO_MODELS, AUDI_MODELS, BENTLEY_MODELS, BMW_MODELS, BUGATTI_RIMAC_MODELS, BUICK_MODELS, BYD_MOTORS_MODELS, BYTON_MODELS, CADILLAC_MODELS, CHEVROLET_MODELS, CHRYSLER_MODELS, DODGE_MODELS, FERRARI_MODELS, FIAT_MODELS, FISKER_MODELS, FORD_MODELS, GENESIS_MODELS, GMC_MODELS, HONDA_MODELS, HYUNDAI_MODELS, JAGUAR_MODELS, JEEP_MODELS, KANDI_MODELS, KARMA_MODELS, KIA_MODELS, LAMBORGHINI_MODELS, LAND_ROVER_MODELS, LEXUS_MODELS, LINCOLN_MODELS, LORDSTOWN_MODELS, LOTUS_MODELS, LUCID_MODELS, MASERATI_MODELS, MAZDA_MODELS, MCLAREN_MODELS, MERCEDES_AMG_MODELS, MERCEDES_BENZ_MODELS, MERCEDES_MAYBACH_MODELS, MINI_MODELS, MITSUBISHI_MODELS, NISSAN_MODELS, POLESTAR_MODELS, PORSCHE_MODELS, RAM_MODELS, RIVIAN_MODELS, ROLLS_ROYCE_MODELS, SCOUT_MODELS, SMART_MODELS, SOLECTRIA_MODELS, SUBARU_MODELS, TESLA_MODELS, TOYOTA_MODELS, VINFAST_MODELS, VOLKSWAGEN_MODELS, VOLVO_MODELS } from "../constants/carModelsConstants"; type AcuraModels = (typeof ACURA_MODELS)[number]; type AfeelaModels = (typeof AFEELA_MODELS)[number]; type AlfaRomeoModels = (typeof ALFA_ROMEO_MODELS)[number]; type AudiModels = (typeof AUDI_MODELS)[number]; type BentleyModels = (typeof BENTLEY_MODELS)[number]; type BMWModels = (typeof BMW_MODELS)[number]; type BugattiRimacModels = (typeof BUGATTI_RIMAC_MODELS)[number]; type BuickModels = (typeof BUICK_MODELS)[number]; type BYDMotorsModels = (typeof BYD_MOTORS_MODELS)[number]; type BytonModels = (typeof BYTON_MODELS)[number]; type CadillacModels = (typeof CADILLAC_MODELS)[number]; type ChevroletModels = (typeof CHEVROLET_MODELS)[number]; type ChryslerModels = (typeof CHRYSLER_MODELS)[number]; type DodgeModels = (typeof DODGE_MODELS)[number]; type FerrariModels = (typeof FERRARI_MODELS)[number]; type FiatModels = (typeof FIAT_MODELS)[number]; type FiskerModels = (typeof FISKER_MODELS)[number]; type FordModels = (typeof FORD_MODELS)[number]; type GenesisModels = (typeof GENESIS_MODELS)[number]; type GMCModels = (typeof GMC_MODELS)[number]; type HondaModels = (typeof HONDA_MODELS)[number]; type HyundaiModels = (typeof HYUNDAI_MODELS)[number]; type JaguarModels = (typeof JAGUAR_MODELS)[number]; type JeepModels = (typeof JEEP_MODELS)[number]; type KandiModels = (typeof KANDI_MODELS)[number]; type KarmaModels = (typeof KARMA_MODELS)[number]; type KiaModels = (typeof KIA_MODELS)[number]; type LamborghiniModels = (typeof LAMBORGHINI_MODELS)[number]; type LandRoverModels = (typeof LAND_ROVER_MODELS)[number]; type LexusModels = (typeof LEXUS_MODELS)[number]; type LincolnModels = (typeof LINCOLN_MODELS)[number]; type LordstownModels = (typeof LORDSTOWN_MODELS)[number]; type LotusModels = (typeof LOTUS_MODELS)[number]; type LucidModels = (typeof LUCID_MODELS)[number]; type MaseratiModels = (typeof MASERATI_MODELS)[number]; type MazdaModels = (typeof MAZDA_MODELS)[number]; type McLarenModels = (typeof MCLAREN_MODELS)[number]; type MercedesAMGModels = (typeof MERCEDES_AMG_MODELS)[number]; type MercedesBenzModels = (typeof MERCEDES_BENZ_MODELS)[number]; type MercedesMaybachModels = (typeof MERCEDES_MAYBACH_MODELS)[number]; type MiniModels = (typeof MINI_MODELS)[number]; type MitsubishiModels = (typeof MITSUBISHI_MODELS)[number]; type NissanModels = (typeof NISSAN_MODELS)[number]; type PolestarModels = (typeof POLESTAR_MODELS)[number]; type PorscheModels = (typeof PORSCHE_MODELS)[number]; type RamModels = (typeof RAM_MODELS)[number]; type RivianModels = (typeof RIVIAN_MODELS)[number]; type RollsRoyceModels = (typeof ROLLS_ROYCE_MODELS)[number]; type ScoutModels = (typeof SCOUT_MODELS)[number]; type SmartModels = (typeof SMART_MODELS)[number]; type SolectriaModels = (typeof SOLECTRIA_MODELS)[number]; type SubaruModels = (typeof SUBARU_MODELS)[number]; type TeslaModels = (typeof TESLA_MODELS)[number]; type ToyotaModels = (typeof TOYOTA_MODELS)[number]; type VinFastModels = (typeof VINFAST_MODELS)[number]; type VolkswagenModels = (typeof VOLKSWAGEN_MODELS)[number]; type VolvoModels = (typeof VOLVO_MODELS)[number]; export type { AcuraModels, AfeelaModels, AlfaRomeoModels, AudiModels, BentleyModels, BMWModels, BugattiRimacModels, BuickModels, BYDMotorsModels, BytonModels, CadillacModels, ChevroletModels, ChryslerModels, DodgeModels, FerrariModels, FiatModels, FiskerModels, FordModels, GenesisModels, GMCModels, HondaModels, HyundaiModels, JaguarModels, JeepModels, KandiModels, KarmaModels, KiaModels, LamborghiniModels, LandRoverModels, LexusModels, LincolnModels, LordstownModels, LotusModels, LucidModels, MaseratiModels, MazdaModels, McLarenModels, MercedesAMGModels, MercedesBenzModels, MercedesMaybachModels, MiniModels, MitsubishiModels, NissanModels, PolestarModels, PorscheModels, RamModels, RivianModels, RollsRoyceModels, ScoutModels, SmartModels, SolectriaModels, SubaruModels, TeslaModels, ToyotaModels, VinFastModels, VolkswagenModels, VolvoModels }; export type CarModelsType = AcuraModels | AfeelaModels | AlfaRomeoModels | AudiModels | BentleyModels | BMWModels | BugattiRimacModels | BuickModels | BYDMotorsModels | BytonModels | CadillacModels | ChevroletModels | ChryslerModels | DodgeModels | FerrariModels | FiatModels | FiskerModels | FordModels | GenesisModels | GMCModels | HondaModels | HyundaiModels | JaguarModels | JeepModels | KandiModels | KarmaModels | KiaModels | LamborghiniModels | LandRoverModels | LexusModels | LincolnModels | LordstownModels | LotusModels | LucidModels | MaseratiModels | MazdaModels | McLarenModels | MercedesAMGModels | MercedesBenzModels | MercedesMaybachModels | MiniModels | MitsubishiModels | NissanModels | PolestarModels | PorscheModels | RamModels | RivianModels | RollsRoyceModels | ScoutModels | SmartModels | SolectriaModels | SubaruModels | TeslaModels | ToyotaModels | VinFastModels | VolkswagenModels | VolvoModels | "none"; //# sourceMappingURL=modelTypes.d.ts.map