import type { CommandModule } from 'yargs'; interface AccountArgs { url?: string; } export declare const accountCommand: CommandModule; export {};