/** * This file was auto-generated by Fern from our API Definition. */ import * as serializers from "../index"; import * as Airtop from "../../api/index"; import * as core from "../../core"; import { CaptchaEventMessageStatus } from "./CaptchaEventMessageStatus"; export declare const CaptchaEventMessage: core.serialization.ObjectSchema; export declare namespace CaptchaEventMessage { interface Raw { duration: number; event: string; eventTime: string; id: string; retryCount: number; status: CaptchaEventMessageStatus.Raw; type: string; url: string; windowId: string; } }