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