import { Command } from '@my-devkit/core'; import { ContentType } from '@we-scrum/enums'; export declare class UpdateStoryDescriptionCommand extends Command { storyId: string; descriptionContentType: ContentType; description: string; constructor(); }