export declare const jisEventType: readonly ["INCIDENT", "DISRUPTION", "SERVICE_CHANGE"];
export type IJISEventType = (typeof jisEventType)[number];
