/** * 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 { NodeInputCompiledStringValue } from "./NodeInputCompiledStringValue"; import { NodeInputCompiledNumberValue } from "./NodeInputCompiledNumberValue"; import { NodeInputCompiledJsonValue } from "./NodeInputCompiledJsonValue"; import { NodeInputCompiledChatHistoryValue } from "./NodeInputCompiledChatHistoryValue"; import { NodeInputCompiledSearchResultsValue } from "./NodeInputCompiledSearchResultsValue"; import { NodeInputCompiledErrorValue } from "./NodeInputCompiledErrorValue"; import { NodeInputCompiledArrayValue } from "./NodeInputCompiledArrayValue"; import { NodeInputCompiledFunctionCallValue } from "./NodeInputCompiledFunctionCallValue"; import { NodeInputCompiledSecretValue } from "./NodeInputCompiledSecretValue"; import { NodeInputCompiledAudioValue } from "./NodeInputCompiledAudioValue"; import { NodeInputCompiledVideoValue } from "./NodeInputCompiledVideoValue"; import { NodeInputCompiledImageValue } from "./NodeInputCompiledImageValue"; import { NodeInputCompiledDocumentValue } from "./NodeInputCompiledDocumentValue"; export declare const NodeInputVariableCompiledValue: core.serialization.Schema; export declare namespace NodeInputVariableCompiledValue { type Raw = NodeInputCompiledStringValue.Raw | NodeInputCompiledNumberValue.Raw | NodeInputCompiledJsonValue.Raw | NodeInputCompiledChatHistoryValue.Raw | NodeInputCompiledSearchResultsValue.Raw | NodeInputCompiledErrorValue.Raw | NodeInputCompiledArrayValue.Raw | NodeInputCompiledFunctionCallValue.Raw | NodeInputCompiledSecretValue.Raw | NodeInputCompiledAudioValue.Raw | NodeInputCompiledVideoValue.Raw | NodeInputCompiledImageValue.Raw | NodeInputCompiledDocumentValue.Raw; }