/** * 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 { AsyncConfig } from "../../../../types/AsyncConfig"; export declare const FillFormRequest: core.serialization.Schema; export declare namespace FillFormRequest { interface Raw { async?: AsyncConfig.Raw | null; automationId: string; clientRequestId?: string | null; costThresholdCredits?: number | null; parameters?: Record | null; timeThresholdSeconds?: number | null; } }