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