export declare const EventSources: readonly ["SWING", "SWING_VIDEO", "PITCH", "PITCH_VIDEO", "PITCH_CHART"]; export type EventSource = (typeof EventSources)[number];