import type { JournalEvent } from "../../JournalEvent.js";
export interface QuitACrew extends JournalEvent<"QuitACrew"> {
    Captain: string;
}
