export { Chalk } from 'chalk'; export { chalk } from 'tnp-core/src'; export declare class CLI { static isElevated: any; static commandExistsSync: (commandName: string) => boolean; 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; minimalNodeVersionExistsGlobal(minimalNode: string): Promise; }