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