/** * 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 { NodeExecutionInitiatedEvent } from "./NodeExecutionInitiatedEvent"; import { NodeExecutionStreamingEvent } from "./NodeExecutionStreamingEvent"; import { NodeExecutionFulfilledEvent } from "./NodeExecutionFulfilledEvent"; import { NodeExecutionRejectedEvent } from "./NodeExecutionRejectedEvent"; import { NodeExecutionPausedEvent } from "./NodeExecutionPausedEvent"; import { NodeExecutionResumedEvent } from "./NodeExecutionResumedEvent"; import { NodeExecutionLogEvent } from "./NodeExecutionLogEvent"; import { WorkflowExecutionInitiatedEvent } from "./WorkflowExecutionInitiatedEvent"; import { WorkflowExecutionStreamingEvent } from "./WorkflowExecutionStreamingEvent"; import { WorkflowExecutionRejectedEvent } from "./WorkflowExecutionRejectedEvent"; import { WorkflowExecutionFulfilledEvent } from "./WorkflowExecutionFulfilledEvent"; import { WorkflowExecutionPausedEvent } from "./WorkflowExecutionPausedEvent"; import { WorkflowExecutionResumedEvent } from "./WorkflowExecutionResumedEvent"; import { WorkflowExecutionSnapshottedEvent } from "./WorkflowExecutionSnapshottedEvent"; export declare const WorkflowEvent: core.serialization.Schema; export declare namespace WorkflowEvent { type Raw = NodeExecutionInitiatedEvent.Raw | NodeExecutionStreamingEvent.Raw | NodeExecutionFulfilledEvent.Raw | NodeExecutionRejectedEvent.Raw | NodeExecutionPausedEvent.Raw | NodeExecutionResumedEvent.Raw | NodeExecutionLogEvent.Raw | WorkflowExecutionInitiatedEvent.Raw | WorkflowExecutionStreamingEvent.Raw | WorkflowExecutionRejectedEvent.Raw | WorkflowExecutionFulfilledEvent.Raw | WorkflowExecutionPausedEvent.Raw | WorkflowExecutionResumedEvent.Raw | WorkflowExecutionSnapshottedEvent.Raw; }