import type { CommandContext } from './context.js'; export declare function handleUsage(ctx: CommandContext, options: { force: boolean; refreshOnly: boolean; account?: string; }): Promise;