/** * @class CLI * @description * * @author */ export declare class CLI { /** * @method start * @description * @param args * @returns {Promise} */ static start(args: string[]): Promise; } //# sourceMappingURL=CLI.d.ts.map