import { Command } from '@my-devkit/core'; export declare class CreateIterationCommand extends Command { projectId: string; name: string; startDate: Date; endDate: Date; capacity: number; comment: string; constructor(); }