/** * * `yes` - Yes * * `no` - No * * `prefer_not_to_say` - Prefer not to say */ export declare enum DisabilityStatusEnum { YES = "yes", NO = "no", PREFER_NOT_TO_SAY = "prefer_not_to_say" }