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