export declare enum CaptchaEnum { CAPTCHA_INVALID = 0, CAPTCHA_V1 = 1, CAPTCHA_V2 = 2 }