import { Command } from '@my-devkit/core'; export declare class UpdateStoryEstimationCommand extends Command { storyId: string; estimation: number; constructor(); }