import { Command } from "commander"; /** * `scai setup login` — the one-time interactive device login that * mints a deploy token (the bootstrap credential). The token is used * to call the clients API and mint the automation client(s) via * `scai setup client create`; after that the automation client is * self-sufficient. * * `setup login brand` survives as a deprecated alias for * `scai setup client register-brand` — the canonical brand verb now * lives under `setup client`. */ export declare const createLoginCommand: () => Command;