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