export declare const PHASES: { PHASE_DEVELOPMENT_SERVER: "phase-development-server"; PHASE_EXPORT: "phase-export"; PHASE_INFO: "phase-info"; PHASE_PRODUCTION_BUILD: "phase-production-build"; PHASE_PRODUCTION_SERVER: "phase-production-server"; PHASE_TEST: "phase-test"; }; export type PHASE = (typeof PHASES)[keyof typeof PHASES]; //# sourceMappingURL=phases.d.ts.map