import { FastMCP } from "fastmcp";
declare function startServer(): Promise<FastMCP<undefined>>;
export default startServer;
