/**
 * NWC (Nostr Wallet Connect) command group implementation
 */
import { Command } from 'commander';
/**
 * Register the nwc command group with the CLI
 * @param program Commander program instance
 */
export declare function registerNwcCommand(program: Command): void;
