import { z } from "zod"; import type { ApiBasedTool } from "./apiBasedTools.js"; export declare function createFetchToolSchemaTool(apiBasedTools: Record): Promise, { toolName: string; }, { toolName: string; }, string, unknown, "fetch_tool_schema">>;