import arg from 'arg'; /** * @class Commands * @description */ export declare class Commands { /** * @method new * @description * @param parsed * @returns {Promise} */ static yes(): Promise; /** * @method new * @description * @param parsed * @returns {Promise} */ static new(parsed: arg.Result): Promise; /** * @method cmd * @description * @returns {Promise} */ static cmd(parsed: arg.Result): Promise; /** * @method version * @description * @returns {void} */ static version(): void; /** * @method help * @description * @returns {void} */ static help(): void; /** * @method update * @description * @returns {Promise} */ static update(): Promise; } //# sourceMappingURL=Commands.d.ts.map