/** * cv login — Human-friendly browser-based authentication * * Opens careervivid.app/cli/auth in the default browser, * spins up a temporary localhost server to catch the key redirect, * verifies the key, then saves it locally. * * This mirrors the Vercel/Stripe CLI login flow. */ import { Command } from "commander"; export declare function registerLoginCommand(program: Command): void; //# sourceMappingURL=login.d.ts.map