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