import { flags } from '@oclif/command'; import { BaseCommand } from './base-command'; export declare class EnvCommand extends BaseCommand { static flags: { env: flags.IOptionFlag; dir: flags.IOptionFlag; }; }