import { Command } from '@my-devkit/core'; import { CommunicationChannel } from '@we-scrum/enums'; export declare class UpdateEnvironmentCommunicationChannelCommand extends Command { environmentId: string; communicationChannel: CommunicationChannel; webhookUrl: string; constructor(); }