/** * cv auth — API key management * * Subcommands: * cv auth set-key Interactively prompt for / provide an API key, validates it before saving * cv auth check Verify the saved key and display your identity * cv auth whoami Print the current key configuration * cv auth revoke Remove saved API key from config */ import { Command } from "commander"; export declare function registerAuthCommand(program: Command): void; //# sourceMappingURL=auth.d.ts.map