export declare class CliRunScript {
    run(cmd: string, args: string[], options?: any): Promise<any>;
}
