import type { JournalEvent } from "../../JournalEvent.js";
export interface Music extends JournalEvent<"Music"> {
    MusicTrack: string;
}
