export declare class CLI { static chalk: import("chalk").Chalk; static installEnvironment(globalDependencies?: any): void; /** * Check if global system tools are available for isomorphic app development */ static checkEnvironment(globalDependencies?: any): void; }