/** * `pi-gui eval setup ` — one command from a fresh checkout to a * runnable eval harness, instead of a page of venv/pip/SDK incantations. * * Idempotent: every step checks before it acts. The only steps that need explicit * consent are the Google SDK download (≈1.5 GB — gated behind --yes, exactly like * `pi-gui android setup`) and nothing else; pip installs into the harness's own venv. * Runs from the repo checkout only — the harnesses live in eval/, which npm does not * ship. */ export declare function runEvalSetup(argv: string[]): Promise;