#!/usr/bin/env node /** * Manager UI Entry Point * * Starts the Fastify server with the web-based Manager UI for knowledge base management. * * Usage: * manager [--config ] * * Environment Variables: * CONFIG_PATH - Path to configuration file * * Validates: Requirements 9.2, 9.5 */ export {}; //# sourceMappingURL=manager.d.ts.map