/** * Multi-sprint continuous loop with backlog auto-regeneration. * Mirrors slope-loop/continuous.sh behavior. */ export declare function runContinuous(flags: Record, cwd: string): Promise; //# sourceMappingURL=continuous.d.ts.map