import { Command } from 'commander'; import { CommandContext } from '../types/index.js'; export declare function createAuthCommand(context: CommandContext): Command; export declare function createLogoutCommand(context: CommandContext): Command; export declare function createWhoamiCommand(context: CommandContext): Command;