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