/** * This file was auto-generated by Fern from our API Definition. */ import * as serializers from "../index"; import * as Vellum from "../../api/index"; import * as core from "../../core"; import { ExecutionStringVellumValue } from "./ExecutionStringVellumValue"; import { ExecutionNumberVellumValue } from "./ExecutionNumberVellumValue"; import { ExecutionJsonVellumValue } from "./ExecutionJsonVellumValue"; import { ExecutionChatHistoryVellumValue } from "./ExecutionChatHistoryVellumValue"; import { ExecutionSearchResultsVellumValue } from "./ExecutionSearchResultsVellumValue"; import { ExecutionErrorVellumValue } from "./ExecutionErrorVellumValue"; import { ExecutionArrayVellumValue } from "./ExecutionArrayVellumValue"; import { ExecutionFunctionCallVellumValue } from "./ExecutionFunctionCallVellumValue"; import { ExecutionThinkingVellumValue } from "./ExecutionThinkingVellumValue"; import { ExecutionAudioVellumValue } from "./ExecutionAudioVellumValue"; import { ExecutionVideoVellumValue } from "./ExecutionVideoVellumValue"; import { ExecutionImageVellumValue } from "./ExecutionImageVellumValue"; import { ExecutionDocumentVellumValue } from "./ExecutionDocumentVellumValue"; export declare const ExecutionVellumValue: core.serialization.Schema; export declare namespace ExecutionVellumValue { type Raw = ExecutionStringVellumValue.Raw | ExecutionNumberVellumValue.Raw | ExecutionJsonVellumValue.Raw | ExecutionChatHistoryVellumValue.Raw | ExecutionSearchResultsVellumValue.Raw | ExecutionErrorVellumValue.Raw | ExecutionArrayVellumValue.Raw | ExecutionFunctionCallVellumValue.Raw | ExecutionThinkingVellumValue.Raw | ExecutionAudioVellumValue.Raw | ExecutionVideoVellumValue.Raw | ExecutionImageVellumValue.Raw | ExecutionDocumentVellumValue.Raw; }