/**
* Boots the module with the given name.
*
* @param string $module The module to boot
* @param string $applicationName The application name
*
* @return ModuleInterface
*
* @since 4.0.0
*/
public function bootModule($module, $applicationName) : ModuleInterface;