import { FastMCP } from 'fastmcp';
declare const server: FastMCP<undefined>;
export declare function start(transport?: 'stdio' | 'httpStream'): void;
export { server };
//# sourceMappingURL=server.d.ts.map