import * as http from "http"; export declare function startMcpServer(port?: number): http.Server;