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