#!/usr/bin/env node /** * @traqr/core — E2E Test: Upgrade Path Verification * * Exercises the progressive tier upgrade path: * Solo → Smart → Production → Full * * At each step: deepMerge with next tier defaults, recalculate score, * renderAllTemplates, and validate output. * * Usage: node dist/e2e-upgrade-path.js [--json] */ import { type E2ERunResult } from './e2e-shared.js'; export declare function runSuites(): Promise; //# sourceMappingURL=e2e-upgrade-path.d.ts.map