import { BaseCommandLineFeature } from 'tnp-helpers/lib-prod'; import { EnvOptions } from '../../options'; import type { Project } from '../abstract/project'; export declare class BaseCli extends BaseCommandLineFeature { __initialize__(): Promise; protected __recreateEnvForArtifactAndEnvironment(): Promise; _(): void; }