/** * CLI Start Command * System startup for Monomind orchestration */ import type { Command } from '../types.js'; export declare const startCommand: Command; export default startCommand; //# sourceMappingURL=start.d.ts.map