import { Command } from 'commander'; export declare function registerLoginCommand(program: Command): void; export declare function registerLogoutCommand(program: Command): void; export declare function registerWhoamiCommand(program: Command): void;