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