/** * CLI Command Router - Dispatches and executes various CLI commands */ export declare class CLICommandRouter { private configManager; private configCommands; private detectCommands; private optimizeCommands; private diagnoseCommands; private auditCommands; private proxyCommand; private startCommand; private daemonCommands; constructor(configPath?: string); executeCommand(command: string, args: string[], options: Record): Promise; private executeDaemonCommand; private showCommandHelp; } //# sourceMappingURL=cli-router.d.ts.map