import type * as ElevenLabs from "../../api/index"; import * as core from "../../core"; import type * as serializers from "../index"; import { SubAgentInput } from "./SubAgentInput"; export declare const RunSubagentToolConfigInput: core.serialization.ObjectSchema; export declare namespace RunSubagentToolConfigInput { interface Raw { agents: SubAgentInput.Raw[]; } }