import type { JournalEvent } from "../../JournalEvent.js";
export interface DockFighter extends JournalEvent<"DockFighter"> {
    ID?: number;
}
