import type { JournalEvent } from "../../JournalEvent.js";
export interface VehicleSwitch extends JournalEvent<"VehicleSwitch"> {
    To?: string;
}
