/** * 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"; export declare const WorkflowResolvedState: core.serialization.ObjectSchema; export declare namespace WorkflowResolvedState { interface Raw { trace_id: string; timestamp: string; span_id: string; state: Record; previous_span_id?: (string | null) | null; previous_trace_id?: (string | null) | null; root_span_id?: (string | null) | null; root_trace_id?: (string | null) | null; } }