import { Server } from "@modelcontextprotocol/sdk/server/index.js"; import http from "http"; export declare function startStreamableHTTPServer(server: Server): http.Server;