import type * as ElevenLabs from "../../api/index";
import * as core from "../../core";
import type * as serializers from "../index";
import { PositionOutput } from "./PositionOutput";
export declare const WorkflowStartNodeModelOutput: core.serialization.ObjectSchema<serializers.WorkflowStartNodeModelOutput.Raw, ElevenLabs.WorkflowStartNodeModelOutput>;
export declare namespace WorkflowStartNodeModelOutput {
    interface Raw {
        position: PositionOutput.Raw;
        edge_order: string[];
    }
}
