import { Command } from '@my-devkit/core'; import { LoggingSystem } from '@we-scrum/enums'; export declare class UpdateEnvironmentLoggingSystemCommand extends Command { environmentId: string; loggingSystem: LoggingSystem; applicationId: string; apiKey: string; constructor(); }