import { Command } from "commander"; /** `skills login`, `skills logout`, `skills whoami` — the account verbs, at the top level. */ export declare function registerAccountCommands(parent: Command): void; export declare function registerAuth(parent: Command): void;