importExecutionConfigfrom'../ExecutionConfig';
/**
* Executes all commands from the execution config.
* If an environment is passed, it executes the commands in that environment instead of the one from the EC.
*/exportdefaultfunctionrunCommands(ec: ExecutionConfig): void;