export declare function formatToolResult(result: unknown): { content: Array<{ type: 'text'; text: string; }>; }; export declare function executeToolJsx(jsxCode: string, params: unknown, options?: { activate?: boolean; heavy?: boolean; resolveCoordinate?: boolean; }): Promise<{ content: Array<{ type: 'text'; text: string; }>; }>; //# sourceMappingURL=tool-executor.d.ts.map