import { VehicleType } from "../types";
export interface Vehicle {
    type: VehicleType;
}
//# sourceMappingURL=vehicle.interface.d.ts.map