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