import { Command } from '@my-devkit/core'; export declare class CreateTaskCommand extends Command { projectId: string; storyId: string; sectionId: string; taskTypeId: string; description: string; constructor(); }