function useRecordMfaEnrollmentPrompted(): { recordMfaEnrollmentPrompted: () => Promise<RecordMfaEnrollmentPrompted200>;};
A hook for recording when the end user was prompted for MFA enrollment.
This should be called when the user is shown the MFA enrollment prompt,
regardless of whether they choose to enroll or skip.