import type { Tool } from "@modelcontextprotocol/sdk/types.js"; import type { ODataApiClient } from "fmodata"; /** * Create tool definitions for script execution and batch operations */ export declare function createScriptTools(_client: ODataApiClient): Tool[]; /** * Handle script tool execution */ export declare function handleScriptTool(client: ODataApiClient, name: string, args: unknown): Promise; //# sourceMappingURL=scripts.d.ts.map