/** * CLI UI / Dashboard Command * Starts the Monomind Neural Control Room (web dashboard server) */ import type { Command } from '../types.js'; export declare const uiCommand: Command; export default uiCommand; //# sourceMappingURL=ui.d.ts.map