import { ACURA_YEARS, AFEELA_YEARS, ALFA_ROMEO_YEARS, AUDI_YEARS, BENTLEY_YEARS, BMW_YEARS, BUGATTI_RIMAC_YEARS, BUICK_YEARS, BYD_MOTORS_YEARS, BYTON_YEARS, CADILLAC_YEARS, CHEVROLET_YEARS, CHRYSLER_YEARS, DODGE_YEARS, FERRARI_YEARS, FIAT_YEARS, FISKER_YEARS, FORD_YEARS, GENESIS_YEARS, GMC_YEARS, HONDA_YEARS, HYUNDAI_YEARS, JAGUAR_YEARS, JEEP_YEARS, KANDI_YEARS, KARMA_YEARS, KIA_YEARS, LAMBORGHINI_YEARS, LAND_ROVER_YEARS, LEXUS_YEARS, LINCOLN_YEARS, LORDSTOWN_YEARS, LOTUS_YEARS, LUCID_YEARS, MASERATI_YEARS, MAZDA_YEARS, MCLAREN_YEARS, MERCEDES_AMG_YEARS, MERCEDES_BENZ_YEARS, MERCEDES_MAYBACH_YEARS, MINI_YEARS, MITSUBISHI_YEARS, NISSAN_YEARS, POLESTAR_YEARS, PORSCHE_YEARS, RAM_YEARS, RIVIAN_YEARS, ROLLS_ROYCE_YEARS, SCOUT_YEARS, SMART_YEARS, SOLECTRIA_YEARS, SUBARU_YEARS, TESLA_YEARS, TOYOTA_YEARS, VINFAST_YEARS, VOLKSWAGEN_YEARS, VOLVO_YEARS } from "../constants/carYearContants"; type AcuraYears = (typeof ACURA_YEARS)[number]; type AfeelaYears = (typeof AFEELA_YEARS)[number]; type AlfaRomeoYears = (typeof ALFA_ROMEO_YEARS)[number]; type AudiYears = (typeof AUDI_YEARS)[number]; type BentleyYears = (typeof BENTLEY_YEARS)[number]; type BMWYears = (typeof BMW_YEARS)[number]; type BugattiRimacYears = (typeof BUGATTI_RIMAC_YEARS)[number]; type BuickYears = (typeof BUICK_YEARS)[number]; type BYDMotorsYears = (typeof BYD_MOTORS_YEARS)[number]; type BytonYears = (typeof BYTON_YEARS)[number]; type CadillacYears = (typeof CADILLAC_YEARS)[number]; type ChevroletYears = (typeof CHEVROLET_YEARS)[number]; type ChryslerYears = (typeof CHRYSLER_YEARS)[number]; type DodgeYears = (typeof DODGE_YEARS)[number]; type FerrariYears = (typeof FERRARI_YEARS)[number]; type FiatYears = (typeof FIAT_YEARS)[number]; type FiskerYears = (typeof FISKER_YEARS)[number]; type FordYears = (typeof FORD_YEARS)[number]; type GenesisYears = (typeof GENESIS_YEARS)[number]; type GMCYears = (typeof GMC_YEARS)[number]; type HondaYears = (typeof HONDA_YEARS)[number]; type HyundaiYears = (typeof HYUNDAI_YEARS)[number]; type JaguarYears = (typeof JAGUAR_YEARS)[number]; type JeepYears = (typeof JEEP_YEARS)[number]; type KandiYears = (typeof KANDI_YEARS)[number]; type KarmaYears = (typeof KARMA_YEARS)[number]; type KiaYears = (typeof KIA_YEARS)[number]; type LamborghiniYears = (typeof LAMBORGHINI_YEARS)[number]; type LandRoverYears = (typeof LAND_ROVER_YEARS)[number]; type LexusYears = (typeof LEXUS_YEARS)[number]; type LincolnYears = (typeof LINCOLN_YEARS)[number]; type LordstownYears = (typeof LORDSTOWN_YEARS)[number]; type LotusYears = (typeof LOTUS_YEARS)[number]; type LucidYears = (typeof LUCID_YEARS)[number]; type MaseratiYears = (typeof MASERATI_YEARS)[number]; type MazdaYears = (typeof MAZDA_YEARS)[number]; type McLarenYears = (typeof MCLAREN_YEARS)[number]; type MercedesAMGYears = (typeof MERCEDES_AMG_YEARS)[number]; type MercedesBenzYears = (typeof MERCEDES_BENZ_YEARS)[number]; type MercedesMaybachYears = (typeof MERCEDES_MAYBACH_YEARS)[number]; type MiniYears = (typeof MINI_YEARS)[number]; type MitsubishiYears = (typeof MITSUBISHI_YEARS)[number]; type NissanYears = (typeof NISSAN_YEARS)[number]; type PolestarYears = (typeof POLESTAR_YEARS)[number]; type PorscheYears = (typeof PORSCHE_YEARS)[number]; type RamYears = (typeof RAM_YEARS)[number]; type RivianYears = (typeof RIVIAN_YEARS)[number]; type RollsRoyceYears = (typeof ROLLS_ROYCE_YEARS)[number]; type ScoutYears = (typeof SCOUT_YEARS)[number]; type SmartYears = (typeof SMART_YEARS)[number]; type SolectriaYears = (typeof SOLECTRIA_YEARS)[number]; type SubaruYears = (typeof SUBARU_YEARS)[number]; type TeslaYears = (typeof TESLA_YEARS)[number]; type ToyotaYears = (typeof TOYOTA_YEARS)[number]; type VinFastYears = (typeof VINFAST_YEARS)[number]; type VolkswagenYears = (typeof VOLKSWAGEN_YEARS)[number]; type VolvoYears = (typeof VOLVO_YEARS)[number]; export type { AcuraYears, AfeelaYears, AlfaRomeoYears, AudiYears, BentleyYears, BMWYears, BugattiRimacYears, BuickYears, BYDMotorsYears, BytonYears, CadillacYears, ChevroletYears, ChryslerYears, DodgeYears, FerrariYears, FiatYears, FiskerYears, FordYears, GenesisYears, GMCYears, HondaYears, HyundaiYears, JaguarYears, JeepYears, KandiYears, KarmaYears, KiaYears, LamborghiniYears, LandRoverYears, LexusYears, LincolnYears, LordstownYears, LotusYears, LucidYears, MaseratiYears, MazdaYears, McLarenYears, MercedesAMGYears, MercedesBenzYears, MercedesMaybachYears, MiniYears, MitsubishiYears, NissanYears, PolestarYears, PorscheYears, RamYears, RivianYears, RollsRoyceYears, ScoutYears, SmartYears, SolectriaYears, SubaruYears, TeslaYears, ToyotaYears, VinFastYears, VolkswagenYears, VolvoYears }; export type CarYearsType = AcuraYears | AfeelaYears | AlfaRomeoYears | AudiYears | BentleyYears | BMWYears | BugattiRimacYears | BuickYears | BYDMotorsYears | BytonYears | CadillacYears | ChevroletYears | ChryslerYears | DodgeYears | FerrariYears | FiatYears | FiskerYears | FordYears | GenesisYears | GMCYears | HondaYears | HyundaiYears | JaguarYears | JeepYears | KandiYears | KarmaYears | KiaYears | LamborghiniYears | LandRoverYears | LexusYears | LincolnYears | LordstownYears | LotusYears | LucidYears | MaseratiYears | MazdaYears | McLarenYears | MercedesAMGYears | MercedesBenzYears | MercedesMaybachYears | MiniYears | MitsubishiYears | NissanYears | PolestarYears | PorscheYears | RamYears | RivianYears | RollsRoyceYears | ScoutYears | SmartYears | SolectriaYears | SubaruYears | TeslaYears | ToyotaYears | VinFastYears | VolkswagenYears | VolvoYears | "none"; //# sourceMappingURL=yearTypes.d.ts.map