import type * as ElevenLabs from "../index"; export interface CompileProceduresResponseModel { /** Generated workflow from compilation */ workflow: ElevenLabs.AgentWorkflowResponseModel; }