/**
* Boots the plugin with the given name and type.
*
* @param string $plugin The plugin name
* @param string $type The type of the plugin
*
* @return PluginInterface
*
* @since 4.0.0
*/
public function bootPlugin($plugin, $type) : PluginInterface;