export declare function textResult(data: unknown): { content: { type: "text"; text: string; }[]; }; export declare function errorResult(error: unknown): { isError: boolean; content: { type: "text"; text: string; }[]; }; //# sourceMappingURL=helpers.d.ts.map