import type { OptionValues } from 'commander';
import type BaseCommand from '../base-command.js';
export declare const envList: (options: OptionValues, command: BaseCommand) => Promise<false | undefined>;
//# sourceMappingURL=env-list.d.ts.map