import type { V1CustomSubagent } from "./cloud-api-client.js"; import type { AgentDefinition } from "./options.js"; /** * Convert SDK `AgentOptions.agents` to the `V1CustomSubagent[]` shape the * cloud API expects. Inline `McpServerConfig` entries on a subagent are * rejected; v1 cloud subagents inherit the parent agent's MCP config. */ export declare function convertAgentDefinitionsToV1CustomSubagents(agents: Record | undefined): V1CustomSubagent[] | undefined; //# sourceMappingURL=subagent-conversion.d.ts.map