export declare const SUBAGENT_RESULTS_TAG = ""; export declare function isSubagentResultsMessage(content: string): boolean; export interface ParsedSubagentResult { id: string; agent: string; status: string; task: string; result: string; } export declare function parseSubagentResults(content: string): ParsedSubagentResult[]; interface SubagentResultsNoticeProps { content: string; } /** * Compact rendering for the automated "sub-agent results" message injected * into a parent session, instead of showing the raw tagged payload as a * normal user message. */ export declare const SubagentResultsNotice: import("react").NamedExoticComponent; export {}; //# sourceMappingURL=SubagentResultsNotice.d.ts.map