export declare enum VacancyDeletionReason { VACANCY_FILLED_INTERNALLY = "This vacancy has been filled by an internal candidate", VACANCY_FILLED_EXTERNALLY = "The vacancy has been filled by an external applicant", POSITION_NO_LONGER_NEEDED = "The position is no longer needed", CRITERIA_HAS_CHANGED = "The criteria for the vacancy has changed" }