/** * 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 { WorkflowExecutionInitiatedEvent } from "./WorkflowExecutionInitiatedEvent"; import { WorkflowExecutionStreamingEvent } from "./WorkflowExecutionStreamingEvent"; import { WorkflowExecutionFulfilledEvent } from "./WorkflowExecutionFulfilledEvent"; import { WorkflowExecutionRejectedEvent } from "./WorkflowExecutionRejectedEvent"; import { WorkflowExecutionPausedEvent } from "./WorkflowExecutionPausedEvent"; import { WorkflowExecutionResumedEvent } from "./WorkflowExecutionResumedEvent"; import { WorkflowExecutionSnapshottedEvent } from "./WorkflowExecutionSnapshottedEvent"; export declare const VellumWorkflowExecutionEvent: core.serialization.Schema; export declare namespace VellumWorkflowExecutionEvent { type Raw = WorkflowExecutionInitiatedEvent.Raw | WorkflowExecutionStreamingEvent.Raw | WorkflowExecutionFulfilledEvent.Raw | WorkflowExecutionRejectedEvent.Raw | WorkflowExecutionPausedEvent.Raw | WorkflowExecutionResumedEvent.Raw | WorkflowExecutionSnapshottedEvent.Raw; }