import { FastMCP } from 'fastmcp';
/**
 * Create and configure the FastMCP server
 */
export declare function createServer(): FastMCP<undefined>;
/**
 * Start the FastMCP server with configurable transport
 */
export declare function startServer(server: FastMCP): void;
