import { Command } from "commander"; /** * `scai setup bootstrap [env]` — the one-command path from (optionally) nothing * to a working head app: runs `setup init` if no profile exists yet, then * workspace-policy grants (consent-gated), device login, CM automation client, * SXA site picker, head-app repo assets (.env.local + xmcloud.build.json), and * an optional recipe push. Every step is idempotent, so it also works as a * "fix my setup" command. */ export declare const createBootstrapCommand: () => Command;