/** * Boots the Cortex MCP server. Loads config + taxonomy, stands up the LLM * router, spawns Engram and Persona as MCP subprocesses, and starts the * stdio MCP server advertising Cortex's tools. */ export declare function startServer(): Promise; //# sourceMappingURL=server.d.ts.map