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