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