/**
 * Container command group implementation
 */
import { Command } from 'commander';
/**
 * Register the container command group with the CLI
 * @param program Commander program instance
 */
export declare function registerContainerCommand(program: Command): void;
