/** * Noah — Default Phase Transition Rules * * Defines the standard lifecycle progression and exception transitions. * MVP spec Section 3.3. */ import { type PhaseTransitionRule } from '../types/lifecycle.js'; export declare const DEFAULT_PHASE_TRANSITIONS: PhaseTransitionRule[]; //# sourceMappingURL=phase-transitions.d.ts.map