/** * This file was auto-generated by Fern from our API Definition. */ /** * CAPTCHA solving status */ export type CaptchaEventMessageStatus = "processing" | "completed" | "failed"; export declare const CaptchaEventMessageStatus: { readonly Processing: "processing"; readonly Completed: "completed"; readonly Failed: "failed"; };