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