/** * `supen whoami` — Show current auth status. */ import { Command } from 'commander'; export declare function registerWhoamiCommand(program: Command): void;