import type { JournalEvent } from "../../JournalEvent.js";
export interface JetConeDamage extends JournalEvent<"JetConeDamage"> {
    Module: string;
    Module_Localised?: string;
}
