export declare enum PenaltyOccurrenceStatus { CANCELED = "canceled", DONE = "done", IN_PROGRESS = "inProgress" }