/**
 * Environment Configuration CLI Commands
 *
 * Provides CLI commands for environment setup, validation, and optimization
 * to help users configure AI providers with automatic fallback mechanisms.
 *
 * @version 1.0.0
 * @author Requirements Gathering Agent Team
 * @created 2024
 *
 * @filepath src/commands/environment.ts
 */
import { Command } from 'commander';
/**
 * Create environment configuration commands
 */
export declare function createEnvironmentCommands(): Command;
//# sourceMappingURL=environment.d.ts.map