/**
* Keycrux command group implementation
*/
import { Command } from'commander';
/**
* Register the keycrux command group with the CLI
* @param program Commander program instance
*/
export declarefunctionregisterKeycruxCommand(program: Command): void;