/**
* NWC Wallet command group implementation
*/
import { Command } from'commander';
/**
* Register the wallet command group with the CLI
* @param program Commander program instance
*/
export declarefunctionregisterWalletCommand(program: Command): void;