import { Command } from 'commander';
/**
 * Create environment variable command
 */
export declare function createEnvCommand(): Command;
/**
 * 환경변수 명령 사용 예시 표시
 */
export declare function showEnvExamples(): void;
