import type { JournalEvent } from "../../JournalEvent.js";
export interface WingJoin extends JournalEvent<"WingJoin"> {
    Others: string[];
}
