export declare enum ProgramEligibleKpiCategory {
    ELIGIBILITY = "eligibility"
}
export declare enum ProgramEligibleKpiFilter {
    ALL = "all",
    ACTIVE = "active",
    INACTIVE = "inactive",
    ABSENT_AT_LEAST_ONCE = "absentAtLeastOnce",
    PRESENT_FOR_ALL = "presentForAll",
    ELIGIBLE_FOR_FINAL_SESSION = "eligibleForFinalSession",
    NOT_ELIGIBLE_FOR_FINAL_SESSION = "notEligibleForFinalSession"
}
