export declare class ViewCommand {
    execute(targetPath?: string): Promise<void>;
    private getChangesData;
    private getSpecsData;
    private displaySummary;
    private createProgressBar;
}
//# sourceMappingURL=view.d.ts.map