export declare class CreateEnvService { private readonly ctx; private readonly fileService; private readonly commandService; private readonly pluginConfigService; private get name(); get sourceDir(): string; get targetDir(): string; create(): Promise; private getEnv; private getEnvs; private getEnvByInquirer; }