import type { GlobalOpts } from '../types.js'; export declare function cmdLoginFlow(opts: GlobalOpts, options: { token?: string; label?: string; browser?: boolean; }, inputAllowed: boolean): Promise; export declare function cmdLogin(opts: GlobalOpts, tokenFlag: string | undefined, inputAllowed: boolean): Promise; export declare function cmdLogout(opts: GlobalOpts): Promise; export declare function cmdWhoami(opts: GlobalOpts): Promise;