import { RR0Event } from "@rr0/data";
export interface RR0CaseSummary extends RR0Event {
    readonly eventType: "sighting";
}
