import ExecutionConfig from '../ExecutionConfig';
import { IEnvironment } from '../interfaces';
import { IParsedCommand } from './getCommands';
export default function asyncExecuteCommands(commands: IParsedCommand[], environment: IEnvironment, ec: ExecutionConfig): Promise<void>;