/** Preserve both Responses content parts and arbitrary structured tool output. */ export declare function normalizeStructuredToolResultContent(content: unknown): string | Array<{ type: string; [key: string]: unknown; }>;