export declare enum IncidentConfirmation {
    Confirmed = 0,
    TBD = 1,
    Cancelled = 2
}
