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