/** * 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 { ScreenshotMetadataFormat } from "./ScreenshotMetadataFormat"; import { ScreenshotScrollPosition } from "./ScreenshotScrollPosition"; import { ScreenshotViewportDimensions } from "./ScreenshotViewportDimensions"; export declare const ScreenshotMetadata: core.serialization.ObjectSchema; export declare namespace ScreenshotMetadata { interface Raw { dataUrl?: string | null; fileId?: string | null; fileName?: string | null; format?: ScreenshotMetadataFormat.Raw | null; scrollPosition?: ScreenshotScrollPosition.Raw | null; signedDownloadUrl?: string | null; urlExpiry?: string | null; viewportDimensions?: ScreenshotViewportDimensions.Raw | null; } }