/**
* Enclave command group implementation
*/
import { Command } from"commander";
/**
* Register the enclave command group with the CLI
* @param program Commander program instance
*/
export declarefunctionregisterEnclaveCommand(program: Command): void;