import type { RunMode } from "./types.js"; /** Canonical list of valid run modes. Single source of truth. */ export declare const VALID_MODES: readonly RunMode[]; //# sourceMappingURL=modes.d.ts.map