export declare enum ApplicantStage { IN_THE_JOB_POSTING = "In the job posting", FIRST_INTERVIEW = "First interview", SEMIFINAL_INTERVIEW = "Semi-final interview", FINAL_INTERVIEW = "Final interview", OFFER_OF_EMPLOYMENT = "Offer of employment" }