import type { PhaseDefinition } from "./types.js"; /** All six phase definitions. Index using phaseIdToNumber or getPhase(). */ export declare const PHASES: PhaseDefinition[]; //# sourceMappingURL=phases.d.ts.map