/** * 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 { ScreenshotConfigFormat } from "./ScreenshotConfigFormat"; import { ScreenshotConfigScope } from "./ScreenshotConfigScope"; import { VisualAnalysisConfig } from "./VisualAnalysisConfig"; export declare const ScreenshotConfig: core.serialization.ObjectSchema; export declare namespace ScreenshotConfig { interface Raw { format?: ScreenshotConfigFormat.Raw | null; maxHeight?: number | null; maxWidth?: number | null; quality?: number | null; scope?: ScreenshotConfigScope.Raw | null; visualAnalysis?: VisualAnalysisConfig.Raw | null; } }