#!/usr/bin/env node /** * @traqr/core — E2E Test: Two-Phase Profile + Multi-Project * * Exercises the full two-phase setup→init flow: * 1. Create org profile (writeOrgConfig) * 2. Init Project Alpha (Solo tier) * 3. Init Project Beta (Production tier) * 4. Verify multi-project registry * 5. Verify alias generation (primary vs non-primary) * 6. Verify cross-project isolation * * All filesystem writes go to a sandboxed /tmp directory. * * Usage: node dist/e2e-two-phase.js [--json] */ import { type E2ERunResult } from './e2e-shared.js'; export declare function runSuites(): Promise; //# sourceMappingURL=e2e-two-phase.d.ts.map