import { ICommand, ICommandListExecutionResponse } from '../common'; import { tasks } from '../tasks'; export declare function runList(commands: string | string[] | ICommand | ICommand[], options?: tasks.IRunTasksOptions & { cwd?: string; }): Promise;