/** * openlore run — programmatic API * * Thin orchestration over the public init, analyze, and generate APIs. Keeping * this function compositional prevents the full-pipeline entry point from * drifting from the standalone stages. */ import type { RunApiOptions, RunResult } from './types.js'; export declare function openloreRun(options?: RunApiOptions): Promise; //# sourceMappingURL=run.d.ts.map