import type { CommandModule } from 'yargs'; interface AuthArgs { url?: string; json?: boolean; } export declare const authCommand: CommandModule; export {};