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