Defines an instanceof-conditional to be applied to following service definitions.
public final function instanceof(string $fqcn) : InstanceofConfigurator { $this->instanceof[$fqcn] = $definition = new ChildDefinition(''); return new InstanceofConfigurator($this, $definition, $fqcn, $this->path); }