export declare class Branding { private appName; private appVersion; private currentDirPath; private sourceDirPath; private tmpDirPath; private upgradeScssAndAssetsHook; private commandLineArgs; constructor(); run(): void; }