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