export declare function textResult(content: string | { content: Array<{ type: string; text: string; }>; }): string;