* @link https://www.oxidmodule.com */ declare(strict_types=1); namespace D3\DIContainerHandler; use Symfony\Component\DependencyInjection\Container; interface d3DicHandlerInterface { public static function getInstance(): Container; }