/** * Server Command * * Start Cortex MCP server */ import type { Command } from "commander"; /** * Register server command */ export declare function registerServerCommand(program: Command): void; //# sourceMappingURL=server.d.ts.map