/** * kibi login / kibi logout */ import { Command } from 'commander'; export declare function registerLogin(program: Command): void;