/** openlore run command — CLI presentation over the shared public pipeline. */ import { Command } from 'commander'; export declare function confirmRunGeneration(estimate: { cost: number; }, autoYes: boolean, interactive?: boolean): Promise; export declare const runCommand: Command; //# sourceMappingURL=run.d.ts.map