export declare class InstallCLIValidator { static validate(obj: any): boolean; static errors(obj: any): Array; }