import { FastMCP } from 'fastmcp';
/**
 * Start the server with the appropriate transport
 *
 * @param server FastMCP server instance
 * @param isToolScanMode Whether the server is in tool scan mode
 */
export declare function startServer(server: FastMCP, isToolScanMode: boolean): Promise<void>;
//# sourceMappingURL=index.d.ts.map