/** * 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 { PromptNodeExecutionMeta } from "./PromptNodeExecutionMeta"; export declare const PromptNodeResultData: core.serialization.ObjectSchema; export declare namespace PromptNodeResultData { interface Raw { execution_meta?: (PromptNodeExecutionMeta.Raw | null) | null; output_id: string; array_output_id?: (string | null) | null; execution_id?: (string | null) | null; text?: (string | null) | null; delta?: (string | null) | null; } }