import type { HttpClient } from "../lib/http.js"; import type { ListToolsResponse } from "./types.js"; export declare function listTools(http: HttpClient): Promise; //# sourceMappingURL=list.d.ts.map