import type { McpServer } from "../mcp/servers.js"; export declare function classifyIncomingMcp(rawServer: unknown): McpServer;