import type { Phase, PhaseId } from '../types.js'; export declare const PHASES: Phase[]; export declare const PHASE_IDS: PhaseId[]; export declare function findPhase(id: PhaseId): Phase | undefined; export declare function phasesFrom(id: PhaseId): Phase[]; export declare function phasesBetween(from: PhaseId | undefined, to: PhaseId | undefined): Phase[]; //# sourceMappingURL=index.d.ts.map