import { Command } from '@my-devkit/core'; import { EnvironmentCategory } from '@we-scrum/enums'; export declare class CreateEnvironmentCommand extends Command { projectId: string; category: EnvironmentCategory; name: string; developerPrefix: string; constructor(); }