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