import type { WithParts } from "../state"; export declare function getSubAgentId(part: any): string | null; export declare function buildSubagentResultText(messages: WithParts[]): string; export declare function mergeSubagentResult(output: string, subAgentResultText: string): string; //# sourceMappingURL=subagent-results.d.ts.map