/** * openlore run command (default pipeline) * * Runs the full pipeline: init → analyze → generate in sequence. * Smart defaults skip unnecessary steps and detect existing setups. */ import { Command } from 'commander'; export declare const runCommand: Command; //# sourceMappingURL=run.d.ts.map