/** * Shape Up Methodology Profile — Fixed Time, Variable Scope. * * 8 states (incl. Killed, Shipped), 3 containers (cycle, bet, scope), * bet-cycle integrity, circuit breaker principle. */ import type { MethodologyProfile } from './types.js'; export declare const SHAPE_UP_PROFILE: MethodologyProfile; //# sourceMappingURL=shape-up.d.ts.map