export declare function toolError(message: string): { content: Array<{ type: "text"; text: string; }>; isError: true; }; export declare function toolResult(data: unknown): { content: Array<{ type: "text"; text: string; }>; }; //# sourceMappingURL=errors.d.ts.map