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