import { TradeInCarData } from '../@types/TradeIn'; export declare const getTradeInVehicle: (data: TradeInCarData) => Promise;