export declare function run(cli: any, {buildCommand}: {
    buildCommand: any;
}): Promise<any>;
