/** * 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 { NodeOutputCompiledStringValue } from "./NodeOutputCompiledStringValue"; import { NodeOutputCompiledNumberValue } from "./NodeOutputCompiledNumberValue"; import { NodeOutputCompiledJsonValue } from "./NodeOutputCompiledJsonValue"; import { NodeOutputCompiledChatHistoryValue } from "./NodeOutputCompiledChatHistoryValue"; import { NodeOutputCompiledSearchResultsValue } from "./NodeOutputCompiledSearchResultsValue"; import { NodeOutputCompiledErrorValue } from "./NodeOutputCompiledErrorValue"; import { NodeOutputCompiledArrayValue } from "./NodeOutputCompiledArrayValue"; import { NodeOutputCompiledFunctionCallValue } from "./NodeOutputCompiledFunctionCallValue"; import { NodeOutputCompiledThinkingValue } from "./NodeOutputCompiledThinkingValue"; export declare const NodeOutputCompiledValue: core.serialization.Schema; export declare namespace NodeOutputCompiledValue { type Raw = NodeOutputCompiledStringValue.Raw | NodeOutputCompiledNumberValue.Raw | NodeOutputCompiledJsonValue.Raw | NodeOutputCompiledChatHistoryValue.Raw | NodeOutputCompiledSearchResultsValue.Raw | NodeOutputCompiledErrorValue.Raw | NodeOutputCompiledArrayValue.Raw | NodeOutputCompiledFunctionCallValue.Raw | NodeOutputCompiledThinkingValue.Raw; }