import type { McpToolExecutionParams, McpToolWorkerResponse } from '../types.js'; export declare function executeMcpTool(params: McpToolExecutionParams): Promise; export declare function isMcpToolAvailable(params: Omit): Promise; //# sourceMappingURL=execute-mcp-tool.d.ts.map