/** * AgentRouter - MCP server for multi-agent orchestration * Entry point */ export declare const VERSION = "2.1.0"; export { initializeWithRecovery, shutdown } from "./startup.js"; export type { StartupConfig, StartupResult } from "./startup.js"; //# sourceMappingURL=index.d.ts.map