import { Tool } from '@modelcontextprotocol/sdk/types.js'; /** * Server administration tools */ export declare const serverTools: Tool[]; export declare function executeServerTool(name: string, args: Record): Promise;