interface CaptchaTypes { sessionId: string; challengeId: string; challengeType: string; } export { CaptchaTypes };