interface RunOptions { apiKey?: string; generator: string; limit: string; skipPreview?: boolean; autoApprove?: boolean; } export declare function ingestAndRun(outputDir: string, objective: string, options: RunOptions): Promise; export {}; //# sourceMappingURL=ingest-run.d.ts.map