/** * kibi whoami */ import { Command } from 'commander'; export declare function registerWhoami(program: Command): void;