/** * Shape Up Cycle Scenario Config — minimal configuration for the * algorithmic scenario builder. Cycle-based with bets and circuit breaker. */ import type { ScenarioConfig } from '../types.js'; export declare const SHAPE_UP_CYCLE: ScenarioConfig; //# sourceMappingURL=shape-up-cycle.d.ts.map