import type { JournalEvent } from "../../JournalEvent.js";
export interface CarrierJumpCancelled extends JournalEvent<"CarrierJumpCancelled"> {
    CarrierID: number;
}
