/** * @author WMXPY * @description CLI */ export declare const execute: () => Promise; export declare const executeWithConfiguration: (commands: string[]) => Promise;