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