. */ namespace SP\Providers; /** * ProviderInterface */ interface ProviderInterface { public function initialize(): void; }