import type { JournalEvent } from "../../JournalEvent.js";
export interface SelfDestruct extends JournalEvent<"SelfDestruct"> {
}
