import type { Server } from '@modelcontextprotocol/sdk/server/index.js'; import type { ProxyContext } from '../client.js'; /** * Register the tools/list handler. */ export declare function registerListToolsHandler(server: Server, ctx: ProxyContext): void; //# sourceMappingURL=listTools.d.ts.map